Get a webhook endpoint
Webhooks
Get a webhook endpoint
Fetch a single webhook endpoint by ID.
GET
Get a webhook endpoint
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the webhook endpoint to retrieve (e.g. whe_...).
Required string length:
1 - 128Pattern:
^[A-Za-z0-9_-]+$