---
title: "Read a webhook"
method: GET
path: "/webhooks/{id}"
tags: ["Webhooks"]
---

# Read a webhook

`GET /webhooks/{id}`

## Response `200`

The properties of a specific webhook

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

## Other responses

- `400` — The url given for the webhook is not callable
- `404` — A webhook with the given id does not exit

---

[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)
