webhooks

post/v2/webhooks

Request body

Example request

{
  "webhook": {
    "address": "https://example.com/webhook"
  }
}

Response

201

Example response

{
  "webhook": {
    "address": "https://example.com/webhook"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.