You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 inVETTED_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
VETTED_VERIFIED
identity_status, you will notice they are excluded from the API result.Code Snippet
Technical details:
The text was updated successfully, but these errors were encountered: