Fetch us app to person usecase

GET /v1/Services/{MessagingServiceSid}/Compliance/Usa2p/Usecases

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

Query parameters

Responses

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": []
}