cURL
curl --request POST \ --url https://api.anysite.io/api/ai_based/honeywell/partner_types \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "f": "1", "timeout": 300 } '
{ "id": "<unknown>", "name": "<unknown>" }
Get partner type IDs and names for category filter in /honeywell/partners endpoint
Price: 1 credit
API token from the dashboard
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response