Skip to main content
The Oviond REST API lets you programmatically manage your agency’s reports, clients, integrations, and automations. All requests are made over HTTPS to https://api.oviond.com.

Base URL

https://api.oviond.com

Authentication

All API requests (except public endpoints) require a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Generate an API key from Settings → API Keys in the Oviond app. See Authentication for full details.

Request format

  • Send JSON bodies with Content-Type: application/json
  • All responses are JSON
  • Timestamps use ISO 8601 format

HTTP status codes

CodeMeaning
200Success
201Created
204No content (successful delete)
400Bad request — check your request body
401Unauthorized — missing or invalid API key
403Forbidden — insufficient permissions
404Not found
422Validation error
500Server error

Rate limiting

API requests are rate-limited per account. If you exceed the limit, you’ll receive a 429 Too Many Requests response. Wait before retrying.