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.
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?