Base URL
All API requests are made to:/v1/. For example:
Authentication
Include your API key as a Bearer token in theAuthorization header on every request:
veto_. You can create and manage keys via the API Keys endpoints or the Veto dashboard.
Request format
All request bodies must be JSON. Set theContent-Type header accordingly:
Rate limits
The API allows 600 requests per minute per API key. Every response includes the following headers:
When you exceed the limit, the API returns
429 Too Many Requests with a Retry-After header indicating how many seconds to wait before retrying.
Example request
Pagination
List endpoints return a paginated envelope:
Use
limit and offset query parameters to paginate through results.