Get package information
This request provides information about your package.
Endpoint:
GET https://proxy-seller.com/personal/api/v1/{YourApiKey}/resident/package
Example:
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/resident/packageResponse:
{
"status": "success",
"data": {
"rotation": 60,
"traffic_limit": "7516192768",
"expired_at": "d.m.Y",
"is_link_date": true,
"is_active": true,
"package_key": "1234567890abcdefedcb",
"traffic_usage": "10",
"traffic_left": "10",
"traffic_usage_sub": "10",
"traffic_limit_sub": "10",
"traffic_left_sub": "10",
"tarif_id": 2,
"auto_renew": false
},
"errors": []
}{
"status": "error",
"data": null,
"errors": [
{
"message": "Error api key",
"code": 503,
"customData": null
},
{
"message": "IP not allowed",
"code": 503,
"customData": null
},
{
"message": "Request limit reached",
"code": 503,
"customData": null
}
]
}{
"status": "error",
"data": null,
"errors": [
{
"message": "Tarif not found",
"code": 0,
"customData": null
}
]
}Path parameters:
Name
Value
Description
Authorization
<Your_API_Key>
Your personal API key
Last updated