Skip to main content

User Subscription Details

GET 

/partner/user/user_contract_info/:user_code

Retrieves the subscription plan and usage information for the specified user.

Request

Responses

200User subscription plan retrieved successfully
Response 200
{
"message": {
"key": "RES000000",
"value": "success"
},
"data": {
"user_contract_info": [
{
"plan_name": "Premium Plan",
"domain_limit": 10,
"format_domain_limit": "unlimited",
"max_month_bandwidth": 50,
"format_max_month_bandwidth": "50Mbps",
"max_month_traffic": 100,
"format_max_month_traffic": "100GB",
"count_user_domain": 5,
"total_traffic": 1000000000,
"format_total_traffic": "1.00GB"
}
]
}
}
Schema Details
FieldTypeDescription
messageobject
dataobject