GET
/brands
curl \
--request GET 'https://mpapi.proxy.omnicado.com/v1/brands?client_id=yourClientId&client_id=api_token_value' \
--header "X-Application-Name: myApplicationName"
Response examples (200)
{
"data": [
{
"brand_id": "RELAXDREAM-MALL",
"title": "Relaxdream Mall"
}
],
"result": {
"code": 200,
"status": "OK"
}
}