Platform
Get Price
Retrieves the pricing details for one or more proxies.
POST
Authorizations
The Authorization
header is used to authenticate with the API using your Master
API key. Value is of the format Bearer YOUR_KEY_HERE
.
Body
application/json
Pricing details
List of proxies to retrieve pricing for. Each item should include isp
, location
, interval
and period
.
Response
200
application/json
Server response
Indicates whether the request was successful e.g., true
Success message
Example:
"Retrieved pricing details successfully."
Example:
{
"member": true,
"periods": {
"weekly": {
"individual": {
"VR-AU-D03C11FA": {
"interval": 1,
"standard": 99,
"member": 89,
"total": 89
}
},
"bulk": { "individual": 1, "price": null },
"total": { "standard": 99, "member": 89, "due": 89 }
},
"monthly": {
"individual": {
"VR-AU-29A225F3": {
"interval": 1,
"standard": 279,
"member": 229,
"total": 219
},
"AT-CL-4AABB4B5": {
"interval": 2,
"standard": 279,
"member": 229,
"total": 438
}
},
"bulk": { "individual": 2, "price": 219 },
"total": {
"standard": 837,
"member": 687,
"due": 657
}
}
},
"savings": {
"member": {
"weekly": { "individual": 10, "total": 10 },
"monthly": { "individual": 50, "total": 150 }
},
"bulk": {
"weekly": { "individual": 0, "total": 0 },
"monthly": { "individual": 10, "total": 30 }
},
"interval": 18,
"total": 208
},
"total": {
"standard": 936,
"member": 776,
"due": 728
}
}
Was this page helpful?