Skip to main content
GET
/
agency
/
twilio
/
a2p-brand-registrations
Get all A2P brand registrations
curl --request GET \
  --url https://api.cleartalk.ai/agency/twilio/a2p-brand-registrations \
  --header 'x-api-key: <api-key>'
[
  {
    "sid": "<string>",
    "account_sid": "<string>",
    "customer_profile_bundle_sid": "<string>",
    "brand_type": "<string>",
    "brand_status": "<string>",
    "date_created": "<string>",
    "date_updated": "<string>",
    "url": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

API Key for authentication

Response

Returns list of A2P brand registrations

sid
string

Brand registration SID

account_sid
string

Account SID

customer_profile_bundle_sid
string

Customer profile bundle SID

brand_type
string

Brand type

brand_status
string

Brand status

date_created
string

Creation date

date_updated
string

Last update date

url
string

Resource URL