Open
Description
Issue Summary
There is no way to get a comprehensive list of all A2P Brands (associated with our Twillio account).
The .list
method does not include brands that are in VETTED_VERIFIED
identity_status.
All other brands are properly included in the .list
result (SELF_DECLARED
, UNVERIFIED
, VERIFIED
)
There needs to be some way to receive a comprehensive list of all brands. If not with the .list
method, by itself, then could we add a flag to the .list method? Or maybe an entirely new method?
The suggested workaround (subscribe to Brand status Event Streams) will not work for our application for several reasons.
Steps to Reproduce
- Follow the Code Snippet below
- Compare the resulting list of brands with your true list of brands. If you have any brands that are in
VETTED_VERIFIED
identity_status, you will notice they are excluded from the API result.
Code Snippet
@twilio_client.messaging.v1.brand_registrations.list(limit: 2000)
Technical details:
- twilio-ruby version: 6.5.0 (and all later versions)
- ruby version: 3.2.2