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/package
Response:
{
"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": []
}
Path parameters:
Name
Value
Description
Authorization
<Your_API_Key>
Your personal API key
Last updated