Get 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
objectstring · enumRequiredPossible values:
The object type, which is always "openapi-spec-version"
idstringRequired
Unique identifier
createdAtstring · date-timeOptional
Date of creation
urlstring · uri · max: 2048Required
URL where the specification is accessible.
404
No matching OpenAPI specification version found
application/json
get/orgs/{organizationId}/openapi/{specSlug}/versions/latest
Last updated
Was this helpful?