Key Access Levels
Authentication
1.
2.
Access Control
Role | Description | Endpoints Allowed | PII Access |
---|---|---|---|
Submitting Events | Limited to pushing data into Calven from other systems. Does not access data within Calven. | POST /v1/presence POST /v1/occupancy POST /v1/access-credentials POST /v1/timeoff POST /v1/visitor-arrival | No |
Visitor Permissions Only | Limited in scope to sending visitor arrival events. Typically used for deploying to a base-building access control system not controlled by yourself. | POST /v1/visitor-arrival | No |
Data Warehouse | Limited to accessing data from our warehouse for your own warehouse or BI tools. | GET /v1/analytics/* | Yes |
All permissions | No restrictions, used for all purposes. | All endpoints | Yes |