Toolip icon

Toolip

Interact with the Toolip API

Overview

This node interacts with the Toolip API to perform various operations such as retrieving subscription details, usage information, proxy lists, and configuring proxies. It is useful for users who need to manage and monitor their Toolip API resources programmatically within an n8n workflow. For example, a user can fetch usage statistics for a specific zone or configure proxy settings dynamically based on workflow conditions.

Use Case Examples

  1. Fetch usage info for a specific zone by providing the Zone ID and API token.
  2. Retrieve the list of proxies associated with a zone using the API token and Zone ID.
  3. Configure proxies by specifying the zone, country, quantity, and API token.

Properties

Name Meaning
Zone ID Identifier of the zone for which the operation is performed. Required for getUsageInfo, getProxies, and configureProxies operations.
Authtoken API token used for authenticating requests to the Toolip API. Required for all operations.

Output

JSON

  • json - The JSON response from the Toolip API corresponding to the requested operation, such as subscription details, usage info, proxies list, or proxy configuration result.

Dependencies

  • Toolip API

Troubleshooting

  • Ensure the API token (authtoken) is valid and has the necessary permissions for the requested operation.
  • Verify that the Zone ID is correctly specified for operations that require it (getUsageInfo, getProxies, configureProxies).
  • Check network connectivity to https://toolip.io/api/v1/ as the node makes HTTP requests to this endpoint.
  • Common error: 'Unsupported operation' indicates an invalid operation parameter; ensure the operation is one of getSubscription, getUsageInfo, getProxies, or configureProxies.

Links

Discussion