API key types
Company API key
A Company API key is scoped to a single company. It gives access to all endpoints that operate on company-level resources — devices, employees, accessories, tickets, SaaS, and more.Workspace API key
A Workspace API key is scoped to your entire workspace. It gives access to workspace-level endpoints, such as listing and viewing the companies within your workspace.Most API endpoints require a Company API key. Only the workspace-specific endpoints (under
/workspace/) require a Workspace API key. Check the API reference for the badge on each endpoint.Generate a Company API key
- Go to Settings > API.
- Click Create API key.
- Give the key a name (e.g. “My integration”).
- Click Create.
- Copy the key immediately — it will not be shown again.
Use the API key
Pass the key in theAuthorization header of your requests: