Serve the CI-validated OpenAPI 3.1 contract
platform
Serve the CI-validated OpenAPI 3.1 contract
Returns the current OpenAPI 3.1 specification covering all mounted /v1/partner/* routes. This endpoint is the self-description anchor: an integrating agent, SDK generator, or contract test validates against this spec rather than relying on generated TypeScript types. Every mounted route has a corresponding entry in the spec, so the spec stays in sync with the live surface. Unauthenticated, so tooling (Postman, Swagger UI, custom SDK generators) can bootstrap without a key.
GET
Serve the CI-validated OpenAPI 3.1 contract
Response
200 - application/json
OpenAPI 3.1 JSON document.
Valid OpenAPI 3.1 document object.