Permissions

Client permissions

Use this method to get the data about the permissions granted to a client.

GET
/api/v2/my/permissions

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v2/my/permissions"
[  {    "name": "deposits",    "isEnabled": true  }]
{  "error": {    "message": "Unauthorized"  }}
{  "error": {    "message": "Too Many Requests"  }}
{  "error": {    "message": "Service Unavailable"  }}