Permissions
List Permissions
This endpoint retrieves a list of all possible permissions which can be assigned to a role.
get/permissions
Response
The permissions were successfully retrieved.
Example response
{
"data": [
{
"name": "clients.view"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.