Skip to content
StraventaDocs

OpenAPI specification (JSON)

Returns the OpenAPI 3.1 document for this service as JSON. Cached for 5 minutes (`Cache-Control: public, max-age=300`). Used by the docs portal and any client code-generator.

GET
/openapi.json

Returns the OpenAPI 3.1 document for this service as JSON. Cached for 5 minutes (Cache-Control: public, max-age=300). Used by the docs portal and any client code-generator.

Response Body

application/json

curl -X GET "https://example.com/openapi.json"
{
  "openapi": "3.1.0",
  "info": {
    "title": "Straventa Liveness Verification API",
    "version": "0.1.0"
  }
}

Was this page helpful?