Interface documentation
English
English
  • Public API
    • Introduce
      • Get token and key
    • Account
      • Query Traffic Balance
      • Query Wallet Balance
      • Query Traffic Usage Records
    • Location
      • Get Country List
      • Get State List
      • Get City List
      • Get ASN List
    • Proxy Users
      • Get Proxy Users List
      • Add Proxy Users
      • Update Proxy Users Information
      • Delete Proxy Users
      • Query Traffic Usage Records
    • Whitelist IPs
      • Get Whitelist IPs List
      • Add Whitelist IP
      • Delete whitelist IP
    • ISP / Datacenter Proxies
      • Get Proxy IP List
      • Query Proxy IP Expiration Time
    • Unlimited Proxy Servers
      • Get Unlimited Proxy Server List
      • Restart Unlimited Proxy Server
      • Get Unlimited Proxy Server Monitor
      • Unlimited Proxy Server Renewal
      • Unlimited Proxy Server Upgrades
    • API Extract Links
      • Residential Proxies
      • Unlimited Proxy Servers
  • CDK
    • Create CDK
    • Get CDK List
    • Revoke CDK
    • Get CDK Details
  • Error Code
    • Error code description
Powered by GitBook
On this page
  • Basic Information
  • Response example
  1. CDK

Get CDK List

PreviousCreate CDKNextRevoke CDK

Last updated 1 day ago

Basic Information

Interface Description: Get cdk list through API

Interface URL:

Request Method: GET

Request parameters

Headers:

Parameter name
Type
Required
Describe

token

string

Yes

key

string

Yes

Body:

Parameter name
Type
Required
Describe

status

number

No

CDK usage status

1: unused

2: used

3: revoked

Response example

{
    "code": 200,
    "data": [
        {
            "cdk": "uJQJFnycHOpSEw5N",
            "create_time": 1748332399,
            "status": 3,
            "traffic": 3,
            "traffic_duration": 7776000
        },
        {
            "cdk": "nozzapqOWJOCcWlX",
            "create_time": 1748332399,
            "status": 3,
            "traffic": 3,
            "traffic_duration": 7776000
        }
    ],
    "msg": "ok"
}
Parameter name
Type
Required
Describe

code

number

No

-

data

object

No

-

cdk

string

No

CDKEY

create_time

number

Yes

Time when you create the CDK

status

number

Yes

CDK usage status

1: unused

2: used

3: revoked

traffic

number

Yes

Traffic in the CDK

traffic_duration

number

Yes

CDK valid duration

msg

string

No

-

Please log in to the to view your token parameter value

Please log in to the to view your key parameter value

If the returned code value is not 200, please check the and modify it.

https://api.thordata.com/api/cdk/list
error code description list
Dashboard-MENU-My Account
Dashboard-MENU-My Account