Overview
This node interacts with the Toolip API to perform various operations related to proxy management and subscription information. Specifically, the 'Get Subscription' operation retrieves subscription details using an API token. This node is useful for users who need to programmatically access their Toolip subscription data, manage proxies, or check usage information within an automated workflow.
Use Case Examples
- A user wants to automatically fetch their current Toolip subscription details to monitor their plan status and limits.
- A workflow that configures proxies based on subscription data and usage statistics retrieved from the Toolip API.
Properties
| Name | Meaning |
|---|---|
| Authtoken | API Token used for authenticating requests to the Toolip API. |
Output
JSON
json- The JSON response from the Toolip API containing subscription details or other requested data.
Dependencies
- Requires an API token credential for authenticating with the Toolip API.
Troubleshooting
- Ensure the provided API token is valid and has the necessary permissions; invalid tokens will cause authentication errors.
- Check that the 'operation' parameter is set correctly; unsupported operations will throw an error.
- Verify network connectivity to https://toolip.io/api/v1/ as the node makes HTTP requests to this endpoint.
Links
- Toolip API Documentation - Official API documentation for Toolip, useful for understanding available endpoints and request parameters.