app.mavel.ai/api/v1/openapi.json.
API access is available on the Growth plan and above. See
Plans.
Authentication
Pass your API key in theX-API-Key header on every request:
Base URL and versioning
Rate limits
200 requests / minute / project. Exceeding the limit returns HTTP 429; back off and retry after the window resets.Pagination
List endpoints paginate withlimit and offset query parameters. Iterate by
increasing offset by limit until a page comes back with fewer than limit
items.
Errors
Errors return a machine-readable envelope with an HTTP status, a SCREAMING_SNAKE_CASEcode, and a human-readable message: