Create 10DLC Brand Vetting
Submit a 10DLC brand for external vetting.
curl https://v1.api19.com/campaigns/brand/vetting/create \
-d 'key=api_token' \
-d 'brand_id=B1A2C3D4E5' \
-d 'evpId=EVP001' \
-d 'vettingClass=STANDARD'{
"status": "ok",
"data": {
"evpId": "AEGIS",
"vettingId": "###",
"vettingToken": "###",
"vettingScore": null,
"vettingClass": "STANDARD",
"vettingStatus": "PENDING",
"reasons": null,
"vettingDetails": {},
"vettedDate": null,
"createDate": "2025-02-07T17:26:11.539Z"
"validUntil": null,
"expirationDate": null
}
}Parameters
brand_id(required) - Brand IDevpId(required) - External vetting provider IDvettingClass(required) - Vetting class typeadditionalRequestPayload(optional) - Additional data required by the vetting provider
Last updated