# Get subscriptions

## Detailed information about your current subscription

<mark style="color:green;">`POST`</mark> `https://api.renlaer.com/V1/OpenApi/OpenApiGetPlanInfo`

#### Headers

| Name                                           | Type   | Description                       |
| ---------------------------------------------- | ------ | --------------------------------- |
| UserId<mark style="color:red;">\*</mark>       | String | "Authentication" generated userId |
| Token<mark style="color:red;">\*</mark>        | String | "Authentication" generated token  |
| Content-Type<mark style="color:red;">\*</mark> | String | application/json                  |

{% tabs %}
{% tab title="200: OK "Code":1000,"Message":"Successful"" %}

```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
    }
}
```

{% endtab %}
{% endtabs %}
