Authentication
All API requests require a Bearer token and a workspace ID header:Base URL
The base URL depends on your deployment. ReplaceYOUR_BASE_URL in all examples with your instance URL.
Versioning
The current API version isv1. All endpoints are prefixed with /api/v1/.
Scopes
API keys are scoped to control what operations they can perform. Each endpoint requires a specific scope:| Scope | Description |
|---|---|
read:datasource | List and read data sources |
read:job | List and read comparison jobs |
write:job | Terminate jobs |
write:comparison | Create and execute comparisons |
Response format
All responses use a consistent envelope format:data: