---
title: "Get webhooks of a user"
method: GET
path: "/webhooks"
tags: ["Webhooks"]
---

# Get webhooks of a user

`GET /webhooks`

Get the webhooks of a user

## Query parameters

- `skip` integer
- `query` string
- `limit` integer

## Response `200`

OK

- ResponsesWebhooksResponse
  - `data` EntitiesWebhook[], required
    - `created_at` string, required
    - `events` string[], required
    - `id` string, required
    - `phone_numbers` string[], required
    - `signing_key` string, required
    - `updated_at` string, required
    - `url` string, required
    - `user_id` string, required
  - `message` string, required
  - `status` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/ndolestudio/apis/httpsms-api-reference.md) · [All operations](https://skmtc.dev/ndolestudio/apis/httpsms-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ndolestudio/httpsms-api-reference/revisions/7e5d7ce790b3/schema)
