Query Parameters
(Optional) The blockchain network IDs to filter webhooks by, as a comma-separated list (e.g. "1,10,137"). If provided, the update will only apply to webhooks with these network IDs. If not provided, the update will apply to all webhooks regardless of their network IDs.
(Optional) The events to filter webhooks by, as a comma-separated list (e.g. "AgreementSignedUp,AgreementCancelled"). If provided, the update will only apply to webhooks with these specific events. If not provided, the update will apply to all webhooks regardless of their event subscriptions. Valid options are AgreementSignedUp
, AgreementCancelled
, ScheduledAgreementCancel
, TransferProcessed
, TransferCreated
, TransferFinalized
, LatePayment
.
AgreementSignedUp
, AgreementCancelled
, ScheduledAgreementCancel
, TransferProcessed
, TransferCreated
, TransferFinalized
, LatePayment
Body
The URL to send the webhook to. Must be a valid HTTP/HTTPS URL (localhost is not allowed).
"https://loopcrypto.xyz/webhook"
Response
Ok
The unique identifier that represents the webhook.
"1234567890abcdef"
The network ID the webhook is associated with.
1
The webhook event.
"CreatePayins"
The URL to send the webhook event to.
"https://example.com/webhook"
The date the webhook was created, represented as a Unix timestamp in seconds.
1716211200