API Reference
The DataRaven API lets you programmatically manage teams, locations, tasks, executions, and vault connections.Base URL
Authentication
All API requests (except health check) require a Bearer token in theAuthorization header:
Rate Limits
The API enforces rate limits per-account. If you receive a429 response, back off and retry with exponential backoff.
Errors
The API returns standard HTTP status codes:| Code | Meaning |
|---|---|
200 | Success |
201 | Created |
400 | Bad request |
401 | Unauthorized |
403 | Forbidden |
404 | Not found |
422 | Validation error |
429 | Rate limited |
500 | Internal server error |
422) include a detail array with specific field-level error information.