v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-0510371832.3 KB
ConversationsV1Webhook

Fetch a specific service webhook configuration.

Fetch a specific service webhook configuration.

get/v1/Services/{ChatServiceSid}/Configuration/Webhooks

Path parameters

ChatServiceSidstring required

The unique ID of the Conversation Service this conversation belongs to.

Response

OK

account_sidstring nullable

The unique ID of the Account responsible for this service.

chat_service_sidstring nullable

The unique ID of the Conversation Service this conversation belongs to.

pre_webhook_urlstring uri nullable

The absolute url the pre-event webhook request should be sent to.

post_webhook_urlstring uri nullable

The absolute url the post-event webhook request should be sent to.

filtersstring[] 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.

urlstring uri nullable

An absolute API resource URL for this webhook.