Skip to main content
GET
Retrieve a Webhook endpoint

Authorizations

Authorization
string
header
required

A sandbox or production secret key.

Path Parameters

webhook_endpoint_id
string
required

A public Webhook endpoint identifier.

Maximum string length: 100
Pattern: ^whe_[A-Za-z0-9_-]+$

Response

A Webhook endpoint

id
string
required
Maximum string length: 100
Pattern: ^whe_[A-Za-z0-9_-]+$
object
string
required
Allowed value: "webhook_endpoint"
url
string<uri>
required
events
string[]
required
status
enum<string>
required
Available options:
active,
disabled
created_at
string<date-time>
required
disabled_at
string<date-time> | null
required
Last modified on July 30, 2026