cURL
curl --request POST \ --url https://api.anysite.io/api/ai_based/honeywell/categories \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "ClientId": "7152", "ApiKey": "a445ffc2-2f9b-414d-b6fb-0151602fdef6", "ReturnAllCategories": "true", "timeout": 300 } '
{ "category_id": "<unknown>", "category_name": "<unknown>", "subcategories": "<unknown>" }
Get category IDs and names for CategoryIds parameter in /honeywell/partner_search. Returns hierarchical category tree with ID and Name fields.
Price: 1 credit
API token from the dashboard
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response