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