Update webhook

Updates an existing webhook in the system. The request must include a valid API key with appropriate permissions. This endpoint allows you to modify the webhook's post URL, network IDs, and event subscriptions. Upon successful update, returns the updated webhook details.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

(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.

string

(Optional) The events to filter webhooks by, as a comma-separated list (e.g. "payment.processed,payin.created"). 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 payment.processed, payin.canceled.

Body Params
string
required

The URL to send the webhook to. Must be a valid HTTP/HTTPS URL (localhost is not allowed).

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json