Retrieve a webhook by its ID.
Authorization header using the Bearer scheme. Learn more about JWT tokens in the Coinbase Developer Portal.
The unique identifier of the webhook.
A successful response.
Webhook configuration details.
Type of the entity, always "webhook".
"webhook"
Unique identifier for the webhook.
"wh_123456789"
Coinbase user ID of the operator this webhook belongs to.
"f521747f-6fc8-4a1d-a765-625dcc86c0db"
External identifier for clients.
"client-webhook-1"
Human-readable description of the webhook's purpose.
"Payment notifications for order processing"
The URL where webhook events will be sent.
"https://example.com/webhooks"
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 [
"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"
]Secret used for webhook signature verification.
"whsec_abcdef1234567890"
Status of the webhook (active, inactive).
WEBHOOK_STATUS_ACTIVATED, WEBHOOK_STATUS_DEACTIVATED "WEBHOOK_STATUS_ACTIVE"
When the webhook was created.
"2023-01-01T00:00:00.000Z"
When the webhook was last updated.
"2023-01-02T00:00:00.000Z"