User

Get Entry Nodes

GET /me

Get information about the available traffic on the main user and subusers count

Example request:

curl -X GET https://resi-api.iproyal.com/v1/me \
     -H "Authorization: Bearer <your_api_token>"

Example response:

{
    "available_traffic": 32.6,
    "subusers_count": 13
}

Last updated