v1
latestOpenAPI 3.1.02026-07-2420077.8 KBCreate a webhook endpoint
Subscribes to one or more events, the target url of the webhook must be unique for the account.
post/webhooks
Request body
Response
200
Example response
{
"id": "b42820bb-24c9-48da-bded-487681e9c851",
"name": "invoice webhook",
"url": "https://mycompany.com/tkwebhooks",
"secret": "some secret",
"status": "enabled",
"events": [
"invoice.issued"
]
}