GET
/
api
/
v1
/
openapi
curl --request GET \
  --url https://app.dalus.io/api/v1/openapi \
  --header 'Authorization: Bearer <token>'

OpenAPI Specification

This page provides the raw OpenAPI specification for the Dalus API. The specification defines all available endpoints, parameters, and responses in a standardized format.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200

OpenAPI schema in JSON format