Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
Webhook endpoint ID.
Example:
"ep_1srOrx2ZWZBpBUvZwXKQmoEYga2"
Webhook endpoint description.
Example:
"Production webhook endpoint"
Webhook endpoint URL.
Example:
"https://example.com/webhook"
Webhook rate limit (per second).
Webhook event types filter. If not defined, all event messages will be sent.
Example:
["customer.created", "customer.updated"]
Webhook creation date.
Example:
"2024-01-20T16:04:11Z"