Skip to content
StraventaDocs

OpenAPI spec (YAML)

Returns the embedded OpenAPI 3.1 spec as raw YAML.

GET
/openapi.yaml

Returns the embedded OpenAPI 3.1 spec as raw YAML.

Response Body

application/yaml

curl -X GET "https://example.com/openapi.yaml"
"openapi: 3.1.0\ninfo:\n  title: PayOps Fraud Detection API\n  version: \"0.1.0\"\n"

Was this page helpful?