v52

latestOpenAPI 3.1.1raw.githubusercontent.com2026-08-07111159226.8 KB
webhooks

Create a webhook

Registers a webhook endpoint.

post/{account}/webhooks

Path parameters

accountinteger required

The account id

Request body

urlstring uri required

Response

Successfully created a webhook.

Example response

{
  "data": {
    "id": 1,
    "url": "https://webhook.test",
    "suppressed_at": "2022-06-07T17:45:13Z"
  }
}