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