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"
}
]
}