Toolip icon

Toolip

Interact with the Toolip API

Overview

This node interacts with the Toolip API to perform various operations related to proxy management and subscription information. Specifically, the 'Get Proxies' operation retrieves proxy details for a specified zone using an API token for authentication. This node is useful for users who need to programmatically access proxy information, manage proxy configurations, or check subscription and usage details from the Toolip service. Practical examples include automating proxy retrieval for web scraping tasks or monitoring subscription usage.

Use Case Examples

  1. Retrieve a list of proxies for a specific zone by providing the zone ID and API token.
  2. Check the current subscription details using the API token.
  3. Configure proxies by specifying zone ID, country, and quantity.

Properties

Name Meaning
Zone ID Identifier of the zone for which proxies or usage info are requested.
Authtoken API token used for authenticating requests to the Toolip API.

Output

JSON

  • json - The JSON response from the Toolip API containing proxy details or other requested information.

Dependencies

  • Toolip API
  • API token credential for authentication

Troubleshooting

  • Ensure the API token (authtoken) is valid and has the necessary permissions for the requested operation.
  • Verify that the zone ID is correct and corresponds to an existing zone in the Toolip system.
  • Check network connectivity to https://toolip.io/api/v1/ as the node makes HTTP requests to this endpoint.
  • Common error messages may include authentication failures or invalid parameters; verify input values and credentials to resolve these.

Links

  • Toolip API Documentation - Official API documentation for the Toolip service, useful for understanding available endpoints and parameters.

Discussion