API reference
Suggests brands
Retrieve a suggest of brands
GET
/v1/catalog/brands/suggestsRetrieve a suggest of brands
Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Query Parameters
q*string
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/catalog/brands/suggests?q=string"[ { "id": "string", "storeId": "string", "name": "string", "slug": "string", "icon": null, "keywords": null, "order": 0 }]