Retrieve role

GET/v2/rbac/roles/{id}

Retrieves detailed information about a specific role by its unique identifier.

Parameters #

PropertyTypeLocationDescription
idstringRequiredpathUnique identifier of the role to retrieve

Request #

curl -X GET 'https://api.axiom.co/v2/rbac/roles/ID' \
  -H 'Authorization: Bearer API_TOKEN'
Try itRun this request against your Axiom organization

Credentials stay in this browser tab and are only sent to Axiom when you run the request.

Response #

200The role was successfully retrieved
application/json