Instructions for use
Last updated
Last updated
This chapter will help you quickly understand and utilize our Thordata public API functionality, and the following steps will walk you through how to proceed with API usage.
Step 1. Get the account sign and apiKey parameters.
Get your sign parameter value from Dashboard >> Settings >> Account Details.
The sign parameter is unique to your Thordata account and cannot be changed.
Get your apiKey parameter value from Dashboard >> Settings >> Account Details.
The apiKey parameter is the parameter you need to validate when executing API requests, and can be modified manually at the dashboard.
Step 2. Code Example
The following is a complete code example of the ISP Proxies Query Expired Time API that can be run directly from the Python 3 terminal environment.
If you want to know more about how the above code is constructed, you can continue to read the following detailed step-by-step instructions.
Define variables
Sign and apiKey are parameter information that you need to replace.
Construct headers
Setting the API URL and request header information.
Construct body
Replacement according to the parameters provided by the API interface (some API interfaces do not have the body parameter, you can directly delete this code when using).
Send a request and print the API response content
Step 3. Return Result