v1

latestOpenAPI 3.0.02026-08-06363576.8 KB
Webhooks

Create a webhook

Create a webhook so that Áskell can call your system when certain events happen. Requires a secret key.

post/webhooks/

Request body

urlstring required
eventstring required

Example request

{
  "url": "https://example.com/7dc7c920208bca93/",
  "event": "subscription.renewed"
}

Response

Successful operation