OpenAPI

OpenAPI

The API publishes a machine-readable OpenAPI document:

GET /v1/openapi.json

Full URL:

https://api.sixoneeighters.com/v1/openapi.json

The OpenAPI document describes endpoints and authentication requirements. It does not expose user data.

Use cases

  • Generate API clients
  • Import into API tools
  • Let trusted integrations discover available endpoints
  • Keep public API docs aligned with the deployed endpoint surface