- Overview
- Key Access Levels
- Basic Authentication Overview
- HMAC Authentication Overview
- SDKs
- Calven Data Models
- HMAC Authentication
- Presence
- Occupancy
- Time off
- Access Credentials
- Warehouse - Basic Auth
- Warehouse - HMAC Auth
Locations
GET
/v1/analytics/locations
analytics
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.calven.com/v1/analytics/locations'
Responses
🟢200OK
application/json
Body
array of:
address
stringÂ
required
Example:
123 Main St, Anytown, Australia
locationId
stringÂ
required
Example:
location1
locationName
stringÂ
required
Example:
Main Office
status
enum<string>Â
required
Allowed values:
activearchiveddisabled
Example:
active
Example
[
{
"address": "123 Main St, Anytown, Australia",
"locationId": "location1",
"locationName": "Main Office",
"status": "active"
}
]
Modified at 2025-04-03 13:54:25