Fetch channel webhook
TODO: Resource-level docs
GET /v2/Services/{ServiceSid}/Channels/{ChannelSid}/Webhooks/{Sid}
curl \
-X GET https://ip-messaging.twilio.com/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Webhooks/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"channel_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"service_sid": "string",
"sid": "string",
"type": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"channel_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"service_sid": "string",
"sid": "string",
"type": "string",
"url": "https://example.com"
}