OpenAPI JSON
Recommended for tooling that consumes JSON directly.
OpenAPI YAML
Semantically equivalent human-readable representation.
Import into an API client
Postman or Insomnia
- Download the JSON or YAML file.
- Import it as an OpenAPI specification.
- Configure
https://api.jobhandy.io/v1as the server if the client does not select it automatically. - Store
X-API-Keyin the client’s protected environment, not in a shared collection export. - Add
X-Tenant-IDonly where needed. - Disable or remove example secrets before sharing the workspace.
Generate a client
Example with OpenAPI Generator:Contract validation in CI
Recommended checks:- OpenAPI 3.1 validation succeeds
- all
$refvalues resolve operationIdvalues remain unique- generated code compiles
- examples conform to schemas
- no unexpected breaking changes appear
- the production server remains
https://api.jobhandy.io/v1 - no development or stage host is introduced into customer configuration
