Skip to main content
GET
Get a webhook endpoint

Authorizations

Authorization
string
header
required

Your account's secret key: Authorization: Bearer sk_test_… or sk_live_…. Server-side only.

Path Parameters

endpointID
string<uuid>
required

Response

The endpoint.

id
string<uuid>
url
string<uri>

URL that receives deliveries.

events
string[]

Subscribed events. Any emitted event can be subscribed to by name, including ones without a documented payload yet.

isActive
boolean

Whether the endpoint is receiving deliveries.

createdAt
string<date-time>