Authorizations
Enter your API key in the format x-api-key <api-key>*
Path Parameters
Role ID
Response
Role details
The response is of type object.
Returns details of a specific role including permissions, name, and description
curl --request GET \
--url https://api.cloud.flexprice.io/v1/rbac/roles/{id} \
--header 'x-api-key: <api-key>'{}Enter your API key in the format x-api-key <api-key>*
Role ID
Role details
The response is of type object.
curl --request GET \
--url https://api.cloud.flexprice.io/v1/rbac/roles/{id} \
--header 'x-api-key: <api-key>'{}