Fetch us app to person usecase
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.
Query parameters
-
BrandRegistrationSid string
The unique string to identify the A2P brand.
GET /v1/Services/{MessagingServiceSid}/Compliance/Usa2p/Usecases
curl \
-X GET https://messaging.twilio.com/v1/Services/{MessagingServiceSid}/Compliance/Usa2p/Usecases \
--user "username:password"
Response examples (200)
{
"us_app_to_person_usecases": []
}
Response examples (200)
{
"us_app_to_person_usecases": []
}