POST
/v1/4bridge/webhooks/endpointsCreate webhooks endpoints
Not yet documented — no summary in the API source.
Requires
Authorization: Bearer sk_...tenant_idRequest body application/json
task_idstringnullablesource_systemstringnullableResponses
idstringnullabletask_idstringnullableendpoint_urlstringnullablesource_systemstringnullableis_activebooleanlast_triggered_atstring (date-time)nullabletrigger_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"
}'