cURL
curl --request GET \ --url http://localhost:3000/api/v1/openapi \ --header 'Authorization: Bearer <token>'
Access the OpenAPI specification for the Dalus API
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OpenAPI schema in JSON format