---
title: "GET /v2/Services/{ServiceSid}/Channels/{ChannelSid}/Webhooks"
method: GET
path: "/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Webhooks"
tags: ["IpMessagingV2Webhook"]
---

# GET /v2/Services/{ServiceSid}/Channels/{ChannelSid}/Webhooks

`GET /v2/Services/{ServiceSid}/Channels/{ChannelSid}/Webhooks`

## Path parameters

- `ServiceSid` string, required
- `ChannelSid` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `webhooks` IpMessagingV2ServiceChannelChannelWebhook[]
    - `sid` string, nullable
    - `account_sid` string, nullable
    - `service_sid` string, nullable
    - `channel_sid` string, nullable
    - `type` string, nullable
    - `url` string, uri, nullable
    - `configuration` unknown
    - `date_created` string, date-time, nullable
    - `date_updated` string, date-time, nullable
  - `meta` object
    - `first_page_url` string, uri
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri
    - `key` string

## Changes

- **2023-08-10** (v2) `03de90f08481` — 1 info
  - api tag `IpMessagingV2Webhook` added
- **2023-02-02** (v2) `bba04541fa66` — 2 info
  - added the new optional `query` request parameter `Page`
  - added the new optional `query` request parameter `PageToken`
- **2023-01-13** (v2) `3c9108cc0448` — 2 breaking
  - the response property `meta/next_page_url` became nullable for the status `200`
  - the response property `meta/previous_page_url` became nullable for the status `200`

[Change history](https://skmtc.dev/twilio/apis/twilio-ip-messaging/changes/v2/Services/:ServiceSid/Channels/:ChannelSid/Webhooks/get.md)

---

[API](https://skmtc.dev/twilio/apis/twilio-ip-messaging.md) · [All operations](https://skmtc.dev/twilio/apis/twilio-ip-messaging/llms.txt) · [OpenAPI document](https://skmtc.dev/twilio/apis/twilio-ip-messaging/revisions/eea0491dbd91?raw)
