get https://example.com/role-store/api/v1/roles
Get role definitions.
Log in to see full request history
Responses
Get role definitions.
xxxxxxxxxx
curl --request GET \
--url https://example.com/role-store/api/v1/roles \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json'
Try It!
to start a request and see the response here!