Fetch push notification service settings
A Service Notification resource manages a set of settings to determine push notification behavior at service level.
Fetch push notification service settings
Path parameters
-
The SID of the Conversation Service the Configuration applies to.
GET /v1/Services/{ChatServiceSid}/Configuration/Notifications
curl \
-X GET https://conversations.twilio.com/v1/Services/{ChatServiceSid}/Configuration/Notifications \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"chat_service_sid": "string",
"log_enabled": true,
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"chat_service_sid": "string",
"log_enabled": true,
"url": "https://example.com"
}