Brand - List
- token (required)
- limit (optional)
- offset (optional)
- brand_id (optional)
- brand_name (optional)
- entity_type (optional)
- entity_status (optional)
Search for brands you registered by any combination of brand name, brand ID, entity type or identity status. This operation supports pagination by passing the offset and limit parameters.
{
code: 200,
status: "success",
data: [
{
"brand_id":"B9BKXBU",
"display_name":"Test brand",
"company_name":"Teli test",
"first_name":null,
"last_name":null,
"brand_relationship":"SMALL_ACCOUNT",
"entity_type":"PRIVATE_PROFIT",
"registered_on":"2021-07-29 14:56:29",
"vetted_on":"2020-08-26 12:32:24",
"brand_rel_updated_on":"2021-09-22 13:25:56",
"identity_status":null,
},
{
"brand_id":"BHIFXVY",
"display_name":"test",
"company_name":"test",
"first_name":null,
"last_name":null,
"brand_relationship":"SMALL_ACCOUNT",
"entity_type":"PRIVATE_PROFIT",
"registered_on":"2021-08-20 11:41:36",
"vetted_on":"2021-08-26 18:33:26",
"brand_rel_updated_on":"2021-09-22 13:26:43",
"identity_status":"VERIFIED"
}
]
}
Last modified 1yr ago