cURL
curl --request GET \ --url https://api.example.com/api/v1/school/permissions/ \ --header 'Authorization: Bearer <token>'
{}
Retrieve a list of all available permissions in the system, excluding system-level permissions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>