Authentication

x-api-key
header for authentication. Each request must include a valid API key to access the endpoints.x-api-key
: Your unique API key.staging
: https://staging.onyeone.com/api
production
: https://onyeone.com/api
Error Responses
Code | Message | Description |
---|---|---|
401 | Unauthorized | Missing or invalid API key. |
403 | Forbidden | API key does not have required permissions. |
Modified at 2024-12-09 15:11:29