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://{tenant}.cubecloud.dev/api/v1/embed-tenants/{embedTenantName}/groups \ --header 'Authorization: <api-key>'
{ "items": [ { "id": 123, "name": "<string>", "description": "<string>", "userCount": 123 } ], "pageInfo": { "hasNextPage": true, "hasPreviousPage": true, "endCursor": "<string>", "startCursor": "<string>" } }
API key authentication. Send Authorization: Api-Key <YOUR_API_KEY>.
Authorization: Api-Key <YOUR_API_KEY>
x >= 1
Show child attributes