v1

latestOpenAPI 3.1.02026-07-136388308.2 KB
API and Webhooks

List all webhooks

This endpoint lists all webhooks on your Fire account. You will need to enable PERM_BUSINESS_GET_WEBHOOKS to use this endpoint.

get/v2/webhooks

Response

An object of information about your webhooks

eventsstring[]

Example response

[
  {
    "webhook": {
      "id": 411,
      "businessId": 543,
      "webhookUrl": "https://webhook.site/756b7f6b-8c05-4067-93cd-d1cbca824e99",
      "failedSendingCounter": 24
    },
    "events": [
      "CARD_AUTHORISATION"
    ]
  }
]