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

  • MessagingServiceSid string Required

    The SID of the Messaging Service to fetch the resource from.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^MG[0-9a-fA-F]{32}$.

Query parameters

  • BrandRegistrationSid string

    The unique string to identify the A2P brand.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^BN[0-9a-fA-F]{32}$.

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • us_app_to_person_usecases array | null

      Human readable A2P Use Case details

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