Retrieve a webhook endpoint

GET
/webhooks/endpoints/:webhook_endpoint_id

Get a registered webhook endpoint by its Id.

Path parameters

webhook_endpoint_idstringRequired

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_atdatetime

The date and time the endpoint was created

objectstringOptional

The object type

Built with