Hooks
| Method | Path | Description |
|---|---|---|
| GET | /v1/{workspace_id}/hooks |
List hooks |
| PUT | /v1/{workspace_id}/hooks/{id} |
Create or update a hook |
| GET | /v1/{workspace_id}/hooks/{id} |
Get a hook |
| DELETE | /v1/{workspace_id}/hooks/{id} |
Delete a hook |
| POST | /v1/{workspace_id}/hooks/{hook_id}/ingest |
Ingest data via hook |