Try It
You can interact with the API directly in two ways:
- Swagger UI at
/docson your API host
- Uses the live spec served at
/openapi.yaml. - Provide your API key in the Authorization dialog.
- Do not use production keys on shared networks.
- Postman / cURL
- Download the collection artifact from CI or generate locally.
- Set
Authorization: Bearer <API_KEY>.
Notes
- Rate limits apply; respect
x-ratelimit-*andRetry-After. - For demos, prefer a sandbox tenant with restricted limits.