Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Webhook endpoint URL.
"https://example.com/webhook"
Webhook endpoint description.
"Production webhook endpoint"
Webhook endpoint verification secret (base64 encoded random bytes). If not defined, a secret is automatically generated and only accessible in the UI.
Webhook rate limit (per second).
Webhook event types filter. If not defined, all event messages will be sent.
["customer.created", "customer.updated"]
Response
Webhook endpoint ID.
"ep_1srOrx2ZWZBpBUvZwXKQmoEYga2"
Webhook endpoint description.
"Production webhook endpoint"
Webhook endpoint URL.
"https://example.com/webhook"
Webhook rate limit (per second).
Webhook event types filter. If not defined, all event messages will be sent.
["customer.created", "customer.updated"]
Webhook creation date.
"2024-01-20T16:04:11Z"