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

page

pagination number (e.g. 1, 2, 3)

Pagination of 20 results for the brand.

Request body

{
    "query": "brand name"
}

Last updated

Was this helpful?