Skip to main content
The current public API version is part of the base URL:
The OpenAPI document identifies the JobHandy Public API as version 1.0.0 and uses OpenAPI 3.1.0.
The updated order and division schemas are documented within API version 1.0.0. The production base URL remains https://api.jobhandy.io/v1; no /v2 endpoint or separate specification revision is introduced.

Change classification

Client design rules

  • Do not use strict response deserialization that rejects unknown properties.
  • Do not assume an enum list can never grow.
  • Send only documented request properties because request schemas are closed.
  • Pin and archive the OpenAPI file used to generate or validate the client.
  • Compare each new contract against the pinned version before deployment.
  • Review the Changelog for migration notes.

Contract update flow

Deprecation

A future deprecation should be communicated through the public changelog and migration guidance before removal. Do not rely on an undocumented endpoint or field merely because it is observable in an internal environment.
Last modified on August 28, 2026