OpenAPI
The API publishes a machine-readable OpenAPI document:
GET /v1/openapi.jsonFull URL:
https://api.sixoneeighters.com/v1/openapi.jsonThe 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