Get products by brand
POST /brand
This endpoint lets you to get all products for a specific brand. You can find all brands on Agora here.
Headers
Header
Type
Description
Authorization
string
Bearer token.
Query parameters
Parameter
Type
Description
page
string
Pagination of 20 results for the brand. Pagination number (e.g. 1, 2, 3).
Request body
{
"query": "brand name"
}Last updated
Was this helpful?