Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:Authorization: Basic *****************
Request Code Samples
curl --location --request GET 'https://api.calven.com/v1/analytics/groups/basic' \
--header 'Authorization: Basic <encoded-value>'
Responses
application/json [
{
"groupId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
"name": "Sales",
"parentId": "2b7c1e4f-5f5a-4472-ab61-a2cc1784d38b"
}
]
Modified at 2025-09-24 13:57:41