Skip to content

Versioning

The Developer API uses dated versions, like Shopify. Each version is served from its own URL and backed by its own schema, so a schema change ships as a new dated version rather than a breaking change to an existing one.

Supported API versions (from app/Constants/DeveloperApi.php):

VersionStatus
2026-01Current (served when unpinned)

Each version is served from POST /developer/api/2026-01/graphql (substitute the version). Pin a version in the URL; the unpinned default is 2026-01.

Pinning a version

Always pin the version in the URL path so your integration keeps talking to a schema you've tested against:

POST https://app.stayblox.com/developer/api/2026-01/graphql

Requesting an unsupported version returns 404. When a new version ships, test against it, then move your pinned URL forward.

© Stayblox — Developer Platform