myNumbers

This request can be used to obtain the number you rented, including start and end times and plan plans.

myNumbers actions

myNumbers

GET https://api.smsbeta.com/{yourToken}/myNumbers

This request obtains the number you rented, including start and end times and package plan.

Query Parameters

```json
{
    "code": 200,
    "Msg": "success!",
    "data": [
        {
            "phone": 33757050000,
            "text": "33757050000",
            "country": "fr",
            "mail": "xxx@xxx.com",
            "price": 4500,
            "plan": "annually",
            "startTime": 1701144580,
            "endTime": 1732766980
        },
        {
            "phone": 33757050001,
            "text": "33757050001",
            "country": "fr",
            "mail": "xxx@xxx.com",
            "price": 500,
            "plan": "monthly",
            "startTime": 1701271336,
            "endTime": 1703863336
        }
    ]
}
```

Last updated