curl --request GET \
--url https://api.sendo.dev/v1/brand/list \
--header 'Authorization: Bearer <token>'{
"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...
]
}
This endpoint lists your brands.
curl --request GET \
--url https://api.sendo.dev/v1/brand/list \
--header 'Authorization: Bearer <token>'{
"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...
]
}
DRAFT status will not be returned. Click here for more information about brands.
Show brand fields
{
"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...
]
}