Permissions
List My Permissions
List the permissions that apply to the current user.
get/permissions/me
Response
Successful request
Example response
{
"data": [
{
"id": 1,
"collection": "customers",
"action": "create"
}
]
}