Permissions
This section covers all the endpoints of the permissions.
Batch verify
This endpoint receives an array (batch) of permissions, it then proceeds to verify the permissions against the requested user permissions.
- URL:
/permission/verify - Method: GET
- Content-type: application/json
Requests description
| Keys/Fields | Mandatory | Criteria | Default | Description |
|---|---|---|---|---|
| Headers | ||||
Authorization | true | A JWT bearer token to authenticated users | ||
| Body | ||||
permissions | true | An array of permissions to checked |
