Authorizations
Enter your API key in the format x-api-key <api-key>*
Response
List of roles
The response is of type object.
Returns all available roles with their permissions, names, and descriptions
curl --request GET \
--url https://api.cloud.flexprice.io/v1/rbac/roles \
--header 'x-api-key: <api-key>'{}Enter your API key in the format x-api-key <api-key>*
List of roles
The response is of type object.
curl --request GET \
--url https://api.cloud.flexprice.io/v1/rbac/roles \
--header 'x-api-key: <api-key>'{}