Skip to content

Versioning

The public API is versioned in the URL path:

https://api.atlasthq.com/api/public/v1/…

Everything under /v1 shares one compatibility promise.

These are considered backwards-compatible and can ship at any time, so build your integration to tolerate them:

  • Adding new endpoints.
  • Adding new fields to a response object.
  • Adding new webhook event types.
  • Adding new optional query parameters.

A change that could break existing integrations — for example removing or renaming a field, changing a field’s type, or changing authentication — will not happen inside /v1. It would ship as a new version (/v2), and /v1 would continue to work during a documented migration window.

  • The reference is generated from the live API, so the Jobs API reference always reflects what’s currently deployed.
  • Material changes are announced in the Atlast changelog.

You can download the OpenAPI specification for this API and import it into Postman, Insomnia, or a code generator:

https://docs.atlasthq.com/openapi-public.json