Brand - List vettings
- token (required)
- brand_id (required)
- evp_id (optional)
- vetting_class (optional)
- vetting_status - (required)
Lists the vetting records having vetting status as listed in Enum - Vetting Status API call.
{
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"
}
}