Fetch configuration webhook
A Webhook resource manages a service-level set of callback URLs and their configuration for receiving all conversation events.
GET /v1/Configuration/Webhooks
curl \
-X GET https://conversations.twilio.com/v1/Configuration/Webhooks \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"filters": [
"string"
],
"method": "GET",
"post_webhook_url": "string",
"pre_webhook_url": "string",
"target": "webhook",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"filters": [
"string"
],
"method": "GET",
"post_webhook_url": "string",
"pre_webhook_url": "string",
"target": "webhook",
"url": "https://example.com"
}