{
"from_db": true,
"filter": {
"is_datacenter": true
},
"limit": 10,
"offset": 0
}
curl --location --request POST 'https://api.ipcola.com/api/static_transfer_proxy/query' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"from_db": true,
"filter": {
"is_datacenter": true
},
"limit": 10,
"offset": 0
}'
{
"current_unixtime": 0,
"data": [
{
"account_name": "string",
"account_password": "string",
"city": "string",
"continent_code": "string",
"country_code": "string",
"created_unixtime": 0,
"expire_unixtime": 0,
"forbidden": true,
"id": 0,
"ip_whitelist": [
"string"
],
"ip_whitelist_count_limit": 0,
"is_datacenter": true,
"is_online": true,
"is_satellite": true,
"is_stable": true,
"isp": "string",
"node_ipv4": "string",
"port": 0,
"refund_unixtime": 0,
"region": "string",
"to_update": true,
"traffic_cap": 0,
"traffic_used": 0,
"user_id": 0,
"user_tag": "string"
}
],
"meta_message": "string",
"meta_status": 0,
"total_count": 0
}