---
title: "List webhooks"
method: GET
path: "/webhooks"
tags: ["Webhooks"]
---

# List webhooks

`GET /webhooks`

Contains a list of your webhooks

## Response `200`

Array of Webhooks

- Webhook[]
  - `id` number
  - `name` string
  - `url` string
  - `contactEmailAddress` string
  - `triggerScope` string
  - `active` boolean
  - `onWebApp` boolean

---

[API](https://skmtc.net/bulksms/apis/bulksms-json-rest-api.md) · [All operations](https://skmtc.net/bulksms/apis/bulksms-json-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bulksms/bulksms-json-rest-api/versions/f923d2ecca43/schema)
