GET
/v1/Services/Usecases
curl \
--request GET 'https://messaging.twilio.com/v1/Services/Usecases' \
--user "username:password"
Response examples (200)
{
"usecases": [
{
"purpose": "Notify my users.",
"usecase": "notifications",
"description": "Transactional notifications and Alerts for any Delivery, Account, Reminder, Order, Fraud, Security, Public Service, or Emergency announcements."
},
{
"purpose": "Market my services.",
"usecase": "marketing",
"description": "Marketing messages may contain product information, offers, and calls to action to engage with your organization."
}
]
}