get https://api.zenloop.com/v1/roles
This endpoint retrieves a list of all available roles in the system. Roles define the permissions and access levels that can be assigned to users.
Log in to see full request history
Responses
This endpoint retrieves a list of all available roles in the system. Roles define the permissions and access levels that can be assigned to users.
xxxxxxxxxx
curl --request GET \
--url 'https://api.zenloop.com/v1/roles?page=1' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: