API reference
Three ways to explore the contract:
- Interactive playground → — Scalar against the public sandbox; run real calls from the browser.
- OpenAPI — download
openapi.yamloropenapi.jsonand import it into Postman, Insomnia, or your SDK generator. - Reference pages — cURL/Python guides per endpoint (below).
Endpoints
| Endpoint | Description |
|---|---|
POST /v1/auth/token | Refresh OAuth2 credentials. |
POST /v1/invoices | Issue an e-CF (sandbox/staging/prod). |
GET /v1/invoices/{docId}/status | Check the status of a submission. |
POST /v1/webhooks/test | Trigger a test webhook to validate your endpoint. |
Error codes follow RFC 9457. Every response includes
type, which links to the dictionary.