Endpoints / openapi

openapi

Liefert die OpenAPI-3-Spec der gesamten E-PAT-API

Single-Source-of-Truth fuer die API-Doku. Cache 1h via Redis, ETag-Header fuer Polling-Clients. format=yaml (default) oder json.

HTTP Request

POST https://dev.vitabyte.ch/v1/system/openapi
Auth basicAuth apiKey

Request Parameters

Parameter Pflicht Typ Beispiel / Default
format optional string
enum: yaml | json
default: yaml

Response Parameters

Demo

POST https://dev.vitabyte.ch/v1/system/openapi
Payload
{
    "format": "yaml"
}
Response