v1
latestOpenAPI 3.1.02026-07-241910582.8 KBUpdate Webhook Endpoint
update an exisiting webhook endpoint
patch/webhook_endpoints/{id}
Path parameters
idstring required
An ID for a webhook endpoint to be updated
Request body
Response
200
Example response
{
"id": "4c2cf019-584d-40dc-9745-4e3f1c9ac4b9",
"object": "webhook_endpoint",
"url": "https://<your-domain.com>",
"configured_events": {
"paper_item": [
"created"
],
"incoming_payment_detail": [
"tentatively_reconciled"
]
},
"enabled": true,
"created_at": "2022-02-16T02:23:40Z",
"updated_at": "2022-02-16T02:27:38Z"
}