POST/v1/4bridge/webhooks/endpoints

Create webhooks endpoints

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Request body application/json

task_idstringnullable
source_systemstringnullable

Responses

idstringnullable
task_idstringnullable
endpoint_urlstringnullable
source_systemstringnullable
is_activeboolean
last_triggered_atstring (date-time)nullable
trigger_countinteger (int32)
created_atstring (date-time)
curl --request POST \
  --url 'https://api.4comply.io/v1/4bridge/webhooks/endpoints' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id' \
  --header 'Content-Type: application/json' \
  --data '{
  "task_id": "00000000-0000-0000-0000-000000000000",
  "source_system": "string"
}'