Renlaer Documentation
  • PUBLIC API
  • Authentication
  • Reference
    • API Reference
      • Get subscriptions
      • Get channels
      • Get channel traffic
      • Create channel
      • Update channel
      • Proxy generation
      • Update proxy
  • Location Settings
    • Country
    • State and City
Powered by GitBook
On this page
  1. Reference
  2. API Reference

Get subscriptions

Detailed information about your current subscription

Detailed information about your current subscription

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

Headers

Name
Type
Description

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
    }
}
PreviousAPI ReferenceNextGet channels

Last updated 1 year ago