Skip to main content
GET
/
openapi.json
OpenAPI specification (JSON) — from disk when build has emitted it
curl --request GET \
  --url https://api-test.idunox.com/openapi.json
{}
Returns the full OpenAPI 3.1.0 specification for the Idunox Platform API. No authentication required.
FormatPath
JSONGET /openapi.json
YAMLGET /openapi.yaml
Use the specification to generate client SDKs or import into API testing tools.

Example requests

curl https://api-test.idunox.com/openapi.json
curl https://api-test.idunox.com/openapi.yaml

Headers

x-request-id
string

Optional; echoed when possible. Server generates when absent.

Response

200 - application/json

OpenAPI 3.1.0 document (JSON object)

OpenAPI document