Specs

OpenAPI and AsyncAPI specs

Get OpenAPI specification

get
/openapi-spec.yaml

Returns the complete OpenAPI specification for this API in YAML format

Responses
200

OpenAPI specification in YAML format

application/yaml
Responsestring · binary
get
/openapi-spec.yaml
GET /v2/openapi-spec.yaml HTTP/1.1
Host: api.reya.xyz
Accept: */*
binary

Get AsyncAPI specification

get
/asyncapi-spec.yaml

Returns the complete AsyncAPI specification for WebSocket API in YAML format

Responses
200

AsyncAPI specification in YAML format

application/yaml
Responsestring · binary
get
/asyncapi-spec.yaml
GET /v2/asyncapi-spec.yaml HTTP/1.1
Host: api.reya.xyz
Accept: */*
binary