GET/v1/4bridge/webhooks/endpoints

Get webhooks endpoints

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Query parameters

taskIdstring

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 GET \
  --url 'https://api.4comply.io/v1/4bridge/webhooks/endpoints' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'