User

Get User information

GET /me

Get information about the available requests on the user hash.

Example request:

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

Example response:

{
    "available_requests": 1000,
    "web_unblocker_user_hash": "01H7YCG0R9GYY1YCPS2S4QA6WB"
}

Last updated