AllDocumentation Index
Fetch the complete documentation index at: https://docs.usenexio.com/llms.txt
Use this file to discover all available pages before exploring further.
/api/v1/* requests require a Bearer token in the Authorization header. GET /health is the only unauthenticated public endpoint.
Key types
| Prefix | Routes to | Notes |
|---|---|---|
nx_live_ | The org’s live environment | Production traffic. Real data. |
nx_<slug>_ | The named non-prod environment | Per-environment isolated webhooks, runs history, and usage attribution. See the environments guide. |
nx_test_ | The org’s test environment (grandfathered) | Existing keys continue to work; new non-prod integrations should use nx_*. |
Creating keys
- Sign in at platform.usenexio.com
- Open Settings → API Keys
- Click Create, give it a descriptive name, copy the value
Revoking keys
Go to Settings → API Keys, find the key, click Revoke. Revoked keys return401 immediately.
Error response
503 with code: "auth_unavailable".