/v1/specification

GET <baseUrl>/v1/specification

GET Get Specifications

Retrieve a list of all OpenAPI specifications managed by the current user or organization.

Responses

200 Specifications retrieved successfully.

OPTIONS Options for specification

Responses

200 Options successful. Returns allowed HTTP methods.

POST Create Specification

Upload a new OpenAPI specification to Vaktum for validation, management, and artifact generation.

Responses

201 Specification created 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