v1

latestOpenAPI 3.1.12026-07-17111158225.7 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"
  }
}