---
title: "List all webhooks"
method: GET
path: "/v2/webhooks"
tags: ["API and Webhooks"]
---

# List all webhooks

`GET /v2/webhooks`

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

## Response `200`

An object of information about your webhooks

- WebhookEvent[]
  - `webhook` Webhook
    - `id` integer — This is the ID for the webhook created
    - `businessId` integer — This is the associated ID for the business using the webhook
    - `webhookUrl` string — This is the URL where the webhook is embedded
    - `failedSendingCounter` integer — This is the counter of the number of times the webhook has failed, for any reason
  - `events` string[]

## Other responses

- `400` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `401` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `403` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.

---

[API](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api.md) · [All operations](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefinancialservices/fire-financial-services-business-api/versions/1d19896d095c/schema)
