cURL
curl --request POST \ --url https://api.anysite.io/api/ai_based/honeywell/countries \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "interfaceName": "HPSPartners2", "languageCode": "en", "timeout": 300 } '
{ "country_id": "<unknown>", "country_name": "<unknown>", "country_code": "<unknown>" }
Get country IDs and names for CountryId parameter in /honeywell/partner_search. Returns list of countries with id, name, and code.
Price: 1 credit
API token from the dashboard
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response