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

Get 10DLC Brand

GET or POST Request

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

Get details of a specific 10DLC brand

curl https://v1.api19.com/campaigns/brand/get \
 -d 'key=api_token' \
 -d 'brand_id=B1A2C3D4E5'
curl https://v1.api19.com/campaigns/brand/get?key=apikey&brand_id=B1A2C3D4E5
{
    "System_Status": "string",
    "Registry_Status": "string",
    "Brand_ID": "string",
    "Company_Type": "string",
    "TIN_or_EIN": "string",
    "Alt_Company_ID": "string",
    "Alt_Company_Value": "string",
    "Company_Name": "string",
    "Doing_Business_As": "string",
    "First_Name": "string",
    "Last_Name": "string",
    "Address": "string",
    "Address_2": "string",
    "City": "string",
    "State": "string",
    "Zip": "string",
    "Country": "string",
    "Email_Address": "string",
    "Website": "string",
    "Phone_Number": "string",
    "Mobile_Phone": "string",
    "Date_Created": "string",
    "Brand_Relationship": "string",
    "status": "string",
    "campaigns": [
        {
            "id": "string",
            "crid": "string",
            "local_campaign_id": "string"
        },
        {
            "id": "string",
            "crid": "string",
            "local_campaign_id": "string"
        }
    ]
}

Parameters

  • brand_id (required) - Brand ID

Last updated