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

List 10DLC Brand Vetting Providers

GET or POST Request

Get a list of available external vetting providers for 10DLC brands

curl https://v1.api19.com/campaigns/brand/vetting/providers \
 -d 'key=api_token'
curl https://v1.api19.com/campaigns/brand/vetting/providers?key=apikey
{
    "status": "ok",
    "providers": [
        {
            "evpId": "AEGIS",
            "displayName": "Aegis Mobile",
            "tcrBillable": true,
            "vettingClasses": [
                "STANDARD",
                "POLITICAL",
                "ENHANCED",
                "RCS",
                "AUTHPLUS"
            ],
            "vettingInstruction": "{\r\n  \"importVet\" : {\r\n    \"supported\" : true,\r\n    \"parameters\" : {\r\n      \"vettingId\" : {\r\n        \"label\" : \"Vetting ID\",\r\n        \"show\" : true\r\n      },\r\n      \"vettingToken\" : {\r\n        \"label\" : \"Vetting Token\",\r\n        \"show\" : false\r\n      }\r\n    },\r\n    \"info\" : \"Vetting partner Aegis\"\r\n  },\r\n  \"newVet\" : {\r\n    \"supported\" : true,\r\n    \"price\" : {\r\n      \"STANDARD\" : 40\r\n    },\r\n    \"waitTime\" : \"30 seconds\",\r\n    \"info\" : \"Vetting partner Aegis\"\r\n  }\r\n}"
        },
        ...
    ]
}

Last updated