OpenAPI Specification
ValidonX provides a complete OpenAPI 3.1 specification covering all public API endpoints. Use it to generate client SDKs, import into API tools, or explore the full API contract.
What's included
| Spec version | OpenAPI 3.1.0 |
| Operations | 80 across Integration, Tenant, Billing, Auth, Onboarding, Account, Marketing, and Monitoring APIs |
| Authentication | X-API-Key (Integration API) and Bearer token (Dashboard APIs) |
| Format | YAML |
Download
How to use it
Import into Postman
- Open Postman and click Import
- Select the downloaded
openapi.yamlfile - Postman will create a collection with all 80 operations pre-configured
- Set the
X-API-Keyvariable in your environment to start making requests
Import into Insomnia
- Open Insomnia and go to Application > Import
- Choose the
openapi.yamlfile - All endpoints, request bodies, and parameters are pre-populated
Generate a client SDK
Use OpenAPI Generator to create a typed client in your language:
bash
npx @openapitools/openapi-generator-cli generate \
-i openapi.yaml \
-g typescript-fetch \
-o ./validonx-clientSupported languages include TypeScript, Python, PHP, Go, Java, Ruby, C#, and many more.
Try it in the browser
Use the Interactive API Explorer to try endpoints directly in your browser without downloading anything.
Related
- Interactive API Explorer — Try every endpoint in your browser
- Quickstart Guide — Validate your first license in 5 minutes
- Error Codes — Complete error code reference