Create 10DLC Brand 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
Last updated