Available data
The documentation covers locations, employees, work records, timesheets and materials, among other resources, with the required read or write permissions.
- GET /v1/organizations/{organizationId}/locations reads locations.
- GET /v1/organizations/{organizationId}/timesheets reads timesheets.
- GET /v1/organizations/{organizationId}/materials reads materials.
Access stays bound to one organisation
An API key is bound to one organisation. The organisation ID in the path must match, and every resource needs a separate permission such as locations:read or materials:write.
Build and test your connection
The documentation covers Bearer authentication, a separate test environment, pagination, idempotent writes, version checks and error responses.