v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-055427357.6 KB
ChatV2Webhook

get/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Webhooks/{Sid}

Path parameters

ServiceSidstring required

The SID of the Service with the Channel to fetch the Webhook resource from.

ChannelSidstring required

The SID of the Channel the Channel Webhook resource to fetch belongs to. This value can be the Channel resource's sid or unique_name.

Sidstring required

The SID of the Channel Webhook resource to fetch.

Response

OK

sidstring nullable

The unique string that we created to identify the Channel Webhook resource.

account_sidstring nullable

The SID of the Account that created the Channel Webhook resource.

service_sidstring nullable

The SID of the Service the Channel Webhook resource is associated with.

channel_sidstring nullable

The SID of the Channel the Channel Webhook resource belongs to.

typestring nullable

The type of webhook. Can be: webhook, studio, or trigger.

urlstring uri nullable

The absolute URL of the Channel Webhook resource.

{"stackTrail":"components:schemas:chat.v2.service.channel.channel_webhook:properties:configuration","oasType":"schema","type":"unknown","description":"The JSON string that describes how the channel webhook is configured. The configuration object contains the `url`, `method`, `filters`, and `retry_count` values that are configured by the create and update actions.","nullable":true}
date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in ISO 8601 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in ISO 8601 format.