Brands
Search for categories based on a query string.
POST
/search/brands
Example
cURL
curl --request POST \
--url https://api.bencha.io/v1/search/brands \
--header 'Authorization: Bearer {api_key}' \
--header 'content-type: application/json' \
--data '{
"query": "Example brand name",
"limit": 10,
"offset": 5,
}'
Body
JSON
Response
JSON