Enum - Vetting Classes

Full Url

Arguments

  • token (required)

Info

When requesting brand vetting, you must select a vetting class, which determines the scope of vetting to be performed by the vetting provider.

Example Success

{
code: 200,
status: "success",
data: [
{
"id":"POLITICAL",
"enabled":true,
"display_name":"Political",
"description":"Required for federal level political campaign.",
"validity_months":12
},
{
"id":"STANDARD",
"enabled":true,
"display_name":"Standard",
"description":"Standard Vetting covering all but Political, Exempted and Political use-cases",
"validity_months":1200
}
]
}