Skip to main content

Permissions

Permissions are indicated in the API reference as follows:

This route requires a minimum user role: <ROLE>

Where <ROLE> is the minimum role to make a call on the route.

If you do not have the indicated role, you will receive the following return from the API:

{
"statusCode": 401,
"message": "Unauthorized"
}