OpenAPI
OpenAPI in API v3: retrieve the openapi document.
1 operations.
| Operation | Summary |
|---|---|
GET /openapi.json | Retrieve the OpenAPI document |
Sandbox
Previous Page
Retrieve the OpenAPI document GET
Returns the latest published release of the API v3 OpenAPI document. Any authenticated credential can retrieve it. The response includes an `ETag` derived from the document content. Send this value in the `If-None-Match` header to receive `304 Not Modified` when the document has not changed.