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/desks/basic?locationId' \
--header 'Authorization: Basic Og=='
Responses
application/json [
{
"assignedUserId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
"assignedUserName": "johndoe@calven.com",
"levelId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
"levelName": "Level 1",
"placeId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
"placeName": "Main Office",
"type": "assigned",
"zoneId": "3a2b0fd7-5f5a-4472-ab61-a2cc1784d38b",
"zoneName": "Zone A"
}
]
Modified at 2025-04-03 13:54:25