Get subscriptions

Detailed information about your current subscription

Detailed information about your current subscription

POST https://api.renlaer.com/V1/OpenApi/OpenApiGetPlanInfo

Headers

NameTypeDescription

UserId*

String

"Authentication" generated userId

Token*

String

"Authentication" generated token

Content-Type*

String

application/json

{
    "Code": 1000,
    "Message": "Successful",
    "Data": {
        "PlanName": "Starter",
        "PlanTrafficGb": 10.00,
        "TrafficGb": 10.00000,
        "ExpirationDate": "2023-08-25T07:03:21",
        "Expired": false,
        "Price": 80.00,
        "PricePerGB": 8.00,
        "PlanType": 3,
        "PlanresidueTrafficGb": 10.00000
    }
}

Last updated