/v1/specification/{specificationId}

GET <baseUrl>/v1/specification/{specificationId}

GET Get Specification by ID

Retrieve a specific OpenAPI specification by its unique identifier.

Responses

200 Specification retrieved successfully.

OPTIONS Options for specification by ID

Responses

200 Options successful. Returns allowed HTTP methods.

POST Update Specification by ID

Update an existing OpenAPI specification by its unique identifier.

Responses

200 Specification updated successfully.

Security

  • apiKeyAuth [apiKey]
    API Key authentication. Use the X-API-KEY header (generated from the Vaktum portal) to authenticate directly to a workspace.
    In: header
    Name: X-API-KEY
  • bearerAuth [http]
    OAuth2 authentication. Use the Authorization header with a Bearer token. Also provide X-WORKSPACE-ID header for workspace context.
    Scheme: bearer
    Bearer Format: JWT