Update an existing webhook’s properties.
Authorization header using the Bearer scheme. Learn more about JWT tokens in the Coinbase Developer Portal.
The unique identifier of the webhook to update.
Request to update an existing webhook.
The updated URL where webhook events will be sent.
Updated types of events this webhook should receive.
List of supported events.
EVENT_TYPE_PAYMENT_AUTHORIZED, EVENT_TYPE_PAYMENT_CAPTURED, EVENT_TYPE_PAYMENT_VOIDED, EVENT_TYPE_PAYMENT_REFUNDED, EVENT_TYPE_PAYMENT_CHARGED, EVENT_TYPE_REWARD_ALLOCATED, EVENT_TYPE_REWARD_DISTRIBUTED, EVENT_TYPE_REWARD_DEALLOCATED, EVENT_TYPE_REWARD_SENT, EVENT_TYPE_PAYMENT_RECONCILED Updated status of the webhook.
WEBHOOK_STATUS_ACTIVATED, WEBHOOK_STATUS_DEACTIVATED Updated external identifier for clients.
Updated human-readable description of the webhook's purpose.
A successful response.
Webhook configuration details.
Type of the entity, always "webhook".
Unique identifier for the webhook.
Coinbase user ID of the operator this webhook belongs to.
External identifier for clients.
Human-readable description of the webhook's purpose.
The URL where webhook events will be sent.
Types of events this webhook should receive.
List of supported events.
EVENT_TYPE_PAYMENT_AUTHORIZED, EVENT_TYPE_PAYMENT_CAPTURED, EVENT_TYPE_PAYMENT_VOIDED, EVENT_TYPE_PAYMENT_REFUNDED, EVENT_TYPE_PAYMENT_CHARGED, EVENT_TYPE_REWARD_ALLOCATED, EVENT_TYPE_REWARD_DISTRIBUTED, EVENT_TYPE_REWARD_DEALLOCATED, EVENT_TYPE_REWARD_SENT, EVENT_TYPE_PAYMENT_RECONCILED Secret used for webhook signature verification.
Status of the webhook (active, inactive).
WEBHOOK_STATUS_ACTIVATED, WEBHOOK_STATUS_DEACTIVATED When the webhook was created.
When the webhook was last updated.