cURL
curl --request GET \ --url https://dashboard.gratian.pro/api/client/permissions \ --header 'Authorization: Bearer <token>'
{ "object": "system_permissions", "attributes": { "permissions": {} } }
Returns all the subuser permissions available on the system.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object