Brand - Import vetting
- token (required)
- brand_id (required)
- evp_id (required)
- vetting_id (required)
- vetting_token - required only for Aegis Mobile
This operation can be used to import external vetting record from a TCR approved vetting provider. If vetting provider confirms validity of the vetting record, the vetting record will be saved with the brand in the TCR and the vetting record will be considered for future campaign qualification.
The request must contain valid 'evp_id', the identity of the vetting provider and the 'vetting_id', the unique ID of the vetting transaction. The 'vetting_token' field is required by some vetting provider.
{
code: 200,
status: "success",
data:
{
"evp_id":"AEGIS",
"vetting_id":"afcf1c75-2252-474c-e889-08d99db075c6",
"vetting_token":null,
"vetting_score":null,
"vetting_class":"STANDARD",
"vetting_status":"PENDING",
"reasons":null,
"vetted_date":null,
"create_date":"2021-11-05T14:40:21.013Z"
}
}