This endpoint lists your submitted brands. Brands in DRAFT
status will not be returned. Click here for more information about brands.
URL Params
The number of brands to return (default 10).
The number of brands to skip (i.e. offset).
Response
An array of brand objects returned.
The ID of the retrieved brand.
The time that the brand was created.
The time the brand was last updated.
The status of the brand.
The brand is saved as a draft.
The brand is pending verification.
The brand is verified and active.
The brand is unverified. Please resubmit.
The brand is verified and vetted. (guide) The type of the legal entity.
The brand is a sole proprietorship.
The brand is a private company.
The brand is public company.
The brand is nonprofit organization.
The brand is a government organization.
Whether the brand has been vetted. (guide) Trust score if the brand is vetted.
The display name or DBA name of the brand.
The name of the brand’s legal entity.
The EIN for the brand’s legal entity.
The website URL for the brand.
The privacy policy URL for the brand.
The address for the brand.
The street for the address.
The city for the address.
The state for the address.
The postal code for the address.
The country for the address.
The support contact for the brand.
The first name of the contact.
The last name of the contact.
The phone number for the contact.
The email address for the contact.
Error message if the request fails.
{
"brands": [
{
"id": "h4cQ2gls",
"createdAt": "2023-12-12T12:33:33.630Z",
"updatedAt": "2023-12-12T12:33:33.630Z",
"status": "VERIFIED",
...
},
{
"id": "A8wm4k2s",
"createdAt": "2023-12-07T12:33:33.630Z",
"updatedAt": "2023-12-08T12:33:33.630Z",
"status": "VETTED",
...
}
And so on...
]
}