For the complete documentation index, see llms.txt. This page is also available as Markdown.

List 10DLC Brands

GET or POST Request

https://v1.api19.com/campaigns/brand/list

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