GET
/
secrets
{
  "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
}

Response

200
application/json
OK
error
string
pagination
object
result
object[]
success
boolean