{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"allowed_ip_list": [
"<string>"
],
"api_secret": {
"Expiration": 123,
"Key": "<string>",
"ProfileID": 123,
"Secret": "<string>",
"Status": "<string>",
"Tag": "<string>"
},
"created_at": 123,
"jwt_private": "<string>",
"jwt_public": "<string>",
"refresh_token": "<string>"
}
],
"success": true
}
List all secrets for the authenticated user
{
"error": "<string>",
"pagination": {
"limit": 123,
"order": "<string>",
"page": 123,
"total": 123
},
"result": [
{
"allowed_ip_list": [
"<string>"
],
"api_secret": {
"Expiration": 123,
"Key": "<string>",
"ProfileID": 123,
"Secret": "<string>",
"Status": "<string>",
"Tag": "<string>"
},
"created_at": 123,
"jwt_private": "<string>",
"jwt_public": "<string>",
"refresh_token": "<string>"
}
],
"success": true
}
OK
The response is of type object
.