List 10DLC Brands
GET or POST Request
Get a list of all 10DLC brands on your account
curl https://v1.api19.com/campaigns/brand/list \
-d 'key=api_token'curl https://v1.api19.com/campaigns/brand/list?key=apikey{
"status": "ok",
"brands": [
{
"brand_id": "string",
"network": "string",
"company_name": "string",
"identity_status": "string",
"status": "string"
}
]
}Last updated