Get the raw content of the latest OpenAPI spec version
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$specSlugstringRequired
Slug of the OpenAPI specification
Responses
200
OK
application/json
Raw original content of the specification entrypoint file.
textstringRequired
Raw specification text, exactly as submitted.
formatstring · enumRequiredPossible values:
Format of the raw specification text.
404
No matching OpenAPI specification version, or no raw source available for it (e.g. legacy versions)
application/json
get/orgs/{organizationId}/openapi/{specSlug}/versions/latest/content/raw
Last updated
Was this helpful?