GET
/
swagger
/
curl --request GET \
  --url https://api.{environment}.corti.app/v2/swagger/ \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Input your token

Headers

Tenant-Name
string

Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

Example:

"copiloteu"

Response

200 - text/plain

JSON representation of the API documentation

The response is of type string.