curl --request GET \
--url http://localhost:3333/v1/roles/{roleId} \
--header 'X-API-Key: <api-key>'{
"id": "<string>",
"name": "<string>",
"permissions": {},
"isBuiltIn": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Get details of a specific custom role.
curl --request GET \
--url http://localhost:3333/v1/roles/{roleId} \
--header 'X-API-Key: <api-key>'{
"id": "<string>",
"name": "<string>",
"permissions": {},
"isBuiltIn": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Was this page helpful?