GET/v1/webhookdeliverylog

Get webhookdeliverylog

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Query parameters

Filtersstring
Sortsstring
Pageinteger (int32)minimum 1maximum 2147483647
PageSizeinteger (int32)minimum 1maximum 2147483647

Responses

array of objectWebhookDeliveryLog
idstringnullable
tenant_idstringrequiredmin length 1
webhook_idstringrequiredmin length 1
trigger_actionstringnullable
payloadstringnullable
statusstringnullable
attemptsinteger (int32)
last_errorstringnullable
created_atstring (date-time)
updated_atstring (date-time)
curl --request GET \
  --url 'https://api.4comply.io/v1/webhookdeliverylog' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'