Build on the Onwork platform
The Onwork public API lets your systems read and write a company's Onwork data — securely, per tenant, with scoped API keys.
curl https://onwork.oncode.it/api/public/v1/users \
-H "X-Api-Key: owk_your_key_id_your_secret"Guides
Authentication, scopes, errors, pagination, rate limits — everything you need to build a solid integration.
API Reference
Interactive reference generated from the live OpenAPI specification, with request/response schemas and examples.
Changelog
Every addition to the public API, release by release. Additive-only within a version.
All guides
Create an API key and make your first request in minutes.
API keys, headers, key lifecycle and storage best practices.
How access is scoped per key and gated by platform modules.
The error envelope and every error code you can receive.
Paging, stable ordering and incremental sync patterns.
Request limits, 429 responses and how to back off correctly.
Safely retry mutating requests with the Idempotency-Key header.
Signed event deliveries pushed to your endpoint — no polling.
How the API evolves without breaking your integration.