Fetch a specific service webhook configuration
A service webhook configuration resource manages a service-level set of callback URLs and their configuration for receiving all the corresponding service events.
Fetch a specific service webhook configuration.
Path parameters
-
The unique ID of the Conversation Service this conversation belongs to.
GET /v1/Services/{ChatServiceSid}/Configuration/Webhooks
curl \
-X GET https://conversations.twilio.com/v1/Services/{ChatServiceSid}/Configuration/Webhooks \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"chat_service_sid": "string",
"filters": [
"string"
],
"method": "GET",
"post_webhook_url": "https://example.com",
"pre_webhook_url": "https://example.com",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"chat_service_sid": "string",
"filters": [
"string"
],
"method": "GET",
"post_webhook_url": "https://example.com",
"pre_webhook_url": "https://example.com",
"url": "https://example.com"
}