v8
OpenAPI 3.1.02026-08-033623795.0 MBWebhooks
Create Webhook
Creates a webhook endpoint that receives event notifications via HTTP POST.
post/webhooks
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Response
webhook created
Example response
{
"api_version": "v1",
"events": [
"invoice.created"
],
"testable_events": [
"invoice.created"
]
}