Create a brand vetting
A successful request to this endpoint will mean you are charged a brand vetting fee.
Create a brand vetting in a workspace. Brand vetting should be requested when the brand is not getting approved, or if the customer needs a higher throughput.
Identifies the vetting classification.
"STANDARD"
External vetting provider ID for the brand.
Brand vetting successfully created
Unique ID that identifies a vetting transaction performed by a vetting provider.
Vetting submission date (UTC). This is the date when the vetting request is generated
Timestamp (UTC) when the brand vetting was last updated.
Identifies the vetting request status.
"PENDING"
External vetting provider ID for the Brand vetting.
Brand vetting score (0-100). Higher is better.
Identifies the vetting classification.
"STANDARD"
A list of reasons for FAILED vetting.
VettingRequest object
Field | Type | Description | Mandatory |
---|---|---|---|
vettingClass | Vetting Class | Required | |
vettingProviderId | Vetting Provider | Required |
VettingResponse object
Field | Type | Description |
---|---|---|
id | string | Vetting ID |
brandId | string | ID of the brand that relates to this vetting |
class | Identifies the vetting classification | |
status | Identifies the vetting request status | |
vettingProviderId | Id of the provider used for vetting | |
score | string | Brand vetting score (0-100). Higher is better |
token | string | |
reasons | array<string> | A list of reasons for FAILED vetting |
updatedAt | string | Timestamp (UTC) when the brand vetting was last updated. |
createdAt | string | Timestamp (UTC) when the brand vetting was created |
Last updated