GET
/v1/Configuration/Webhooks
curl \
--request GET 'https://conversations.twilio.com/v1/Configuration/Webhooks' \
--user "username:password"
Response examples (200)
{
"url": "https://conversations.twilio.com/v1/Configuration/Webhooks",
"method": "GET",
"target": "webhook",
"filters": [
"onMessageSend",
"onConversationUpdated"
],
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"pre_webhook_url": "https://example.com/pre",
"post_webhook_url": "https://example.com/post"
}