Messaging Service Use Case resource. Fetch possible use cases for service. The Use Cases API returns an empty list if there is an issue with the customer's A2P brand registration. This Brand cannot register any campaign use cases. Customers are requested to contact support with their A2P brand information.
Path parameters
-
The SID of the Messaging Service to fetch the resource from.
Minimum length is
34, maximum length is34. Format should match the following pattern:^MG[0-9a-fA-F]{32}$.
GET
/v1/Services/{MessagingServiceSid}/Compliance/Usa2p/Usecases
curl \
--request GET 'https://messaging.twilio.com/v1/Services/{MessagingServiceSid}/Compliance/Usa2p/Usecases' \
--user "username:password"
Response examples (200)
{
"us_app_to_person_usecases": []
}