https://api.oviond.com.
Base URL
Authentication
All API requests (except public endpoints) require a Bearer token in theAuthorization header:
Request format
- Send JSON bodies with
Content-Type: application/json - All responses are JSON
- Timestamps use ISO 8601 format
HTTP status codes
| Code | Meaning |
|---|---|
200 | Success |
201 | Created |
204 | No content (successful delete) |
400 | Bad request — check your request body |
401 | Unauthorized — missing or invalid API key |
403 | Forbidden — insufficient permissions |
404 | Not found |
422 | Validation error |
500 | Server error |
Rate limiting
API requests are rate-limited per account. If you exceed the limit, you’ll receive a429 Too Many Requests response. Wait before retrying.