Databar.ai integration (Data, Marketing). Imported from open-connector.
https://api.databar.ai/v1/user/me
/v1/table/
/v1/table/create
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | optional | The table name. |
| columns | array | optional | The initial human-readable column names. |
| rows | integer | optional | The number of empty rows Databar should create. |
/v1/table/{table_uuid}/columns
| Param | Type | Required | Description |
|---|---|---|---|
| table_uuid | string | required | The UUID of the Databar table. |
/v1/table/{table_uuid}/rows
| Param | Type | Required | Description |
|---|---|---|---|
| table_uuid | string | required | The UUID of the Databar table. |
| per_page | integer | optional | The number of rows per page. |
| page | integer | optional | The page number to retrieve. |
| filter | object | optional | Column filters keyed by human-readable column name. |
/v1/table/{table_uuid}/rows
| Param | Type | Required | Description |
|---|---|---|---|
| table_uuid | string | required | The UUID of the Databar table. |
| rows | array | required | The rows to insert into Databar. |
| options | object | optional | The object returned by Databar. |
| return_rows | boolean | optional | Whether Databar should return full row_data for each inserted row. |
/v1/enrichments/
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | optional | The search query for Databar enrichments. |
| page | integer | optional | The page number to retrieve. |
| limit | integer | optional | The number of items to return. |
| authorized_only | boolean | optional | Whether to hide BYOK enrichments that are not connected. |
| category | string | optional | The enrichment category name to filter by. |
/v1/enrichments/{enrichment_id}
| Param | Type | Required | Description |
|---|---|---|---|
| enrichment_id | integer | required | The numeric Databar enrichment ID. |
/v1/enrichments/{enrichment_id}/run
| Param | Type | Required | Description |
|---|---|---|---|
| enrichment_id | integer | required | The numeric Databar enrichment ID. |
| params | object | required | The enrichment parameters keyed by Databar parameter name. |
| pagination | object | optional | The object returned by Databar. |
/v1/tasks/{task_id}
| Param | Type | Required | Description |
|---|---|---|---|
| task_id | string | required | The Databar task identifier. |
/v1/waterfalls/{waterfall_identifier}/run
| Param | Type | Required | Description |
|---|---|---|---|
| waterfall_identifier | string | required | The Databar waterfall identifier. |
| params | object | required | The waterfall parameters keyed by Databar parameter name. |
| enrichments | array | required | The enrichment IDs. |
| email_verifier | integer | optional | The email verifier enrichment ID. |