Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.xenia.team/api/v1/mgt/workspaces/{workspaceId}/roles \ --header 'x-client-key: <api-key>' \ --header 'x-client-secret: <api-key>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "description": "<string>", "order": 123, "Permissions": {} } ] }
Client API key for authentication
Client secret for authentication
Workspace ID
Successful response with list of roles
Show child attributes