Organization
Manage organization-level settings.
Get Settings
GET /v1/organization/settingsReturns current organization settings including default job configuration, webhook preferences, and billing options.
Update Settings
PATCH /v1/organization/settings| Field | Type | Description |
|---|---|---|
default_type | string | Default job type for new jobs (data_collection, feedback) |
default_price_per_file_cents | integer | Default price per file for new jobs |
auto_topup_enabled | boolean | Enable automatic credit top-up |
auto_topup_threshold_cents | integer | Top-up when balance falls below this amount |
auto_topup_amount_cents | integer | Amount to purchase on auto-top-up |