Retrieve a webhook endpoint

Get a registered webhook endpoint by its Id.

Path parameters

webhook_endpoint_idstringRequiredformat: "whe_.+"

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK
idstringformat: "whe_.+"
The unique identifier of the endpoint
endpoint_urlstring
The registered URL of the endpoint
subscribed_eventslist of strings
The events the endpoint is subscribed to
created_atstringformat: "date-time"
The date and time the endpoint was created
objectstringOptional
The object type

Errors