---
title: "Fetch a specific service webhook configuration."
method: GET
path: "/v1/Services/{ChatServiceSid}/Configuration/Webhooks"
tags: ["ConversationsV1Webhook"]
---

# Fetch a specific service webhook configuration.

`GET /v1/Services/{ChatServiceSid}/Configuration/Webhooks`

Fetch a specific service webhook configuration.

## Path parameters

- `ChatServiceSid` string, required

## Response `200`

OK

- ConversationsV1ServiceServiceConfigurationServiceWebhookConfiguration
  - `account_sid` string, nullable — The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this service.
  - `chat_service_sid` string, nullable — The unique ID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) this conversation belongs to.
  - `pre_webhook_url` string, uri, nullable — The absolute url the pre-event webhook request should be sent to.
  - `post_webhook_url` string, uri, nullable — The absolute url the post-event webhook request should be sent to.
  - `filters` string[], nullable — The list of events that your configured webhook targets will receive. Events not configured here will not fire. Possible values are `onParticipantAdd`, `onParticipantAdded`, `onDeliveryUpdated`, `onConversationUpdated`, `onConversationRemove`, `onParticipantRemove`, `onConversationUpdate`, `onMessageAdd`, `onMessageRemoved`, `onParticipantUpdated`, `onConversationAdded`, `onMessageAdded`, `onConversationAdd`, `onConversationRemoved`, `onParticipantUpdate`, `onMessageRemove`, `onMessageUpdated`, `onParticipantRemoved`, `onMessageUpdate` or `onConversationStateUpdated`.
  - `method` 'GET' | 'POST' — The HTTP method to be used when sending a webhook request. One of `GET` or `POST`.
  - `url` string, uri, nullable — An absolute API resource URL for this webhook.

---

[API](https://skmtc.net/twilio/apis/conversations-v1.md) · [All operations](https://skmtc.net/twilio/apis/conversations-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/conversations-v1/versions/34913a501fc2/schema)
