APIClient

Get system permissions

Returns all available subuser permissions on the system

Returns all available subuser permissions on the system

GET
/api/client/permissions

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your API token in the format: Bearer {token}

In: header

Response Body

application/json

curl -X GET "https://example.com/api/client/permissions"
{
  "object": "system_permissions",
  "attributes": {
    "permissions": {}
  }
}
Empty