Skip to content

User session

Contains a call to prolong user session.

Session hash is deprecated

To work with the API, it is necessary to use the API key, not the user's session hash. Work with API through the user's session is deprecated and will be disabled in the future. The only thing that API calls with a user session will work for is creating, reading, and deleting API keys.


API actions

API path: /user/session.

renew

Prolongs current user session. Works only with standard user session (not with API key).

parameters

Only session hash.

examples

curl -X POST 'https://api.navixy.com/v2/user/session/renew' \
    -H 'Content-Type: application/json' \
    -d '{"hash": "22eac1c27af4be7b9d04da2ce1af111b"}'
https://api.navixy.com/v2/user/session/renew?hash=a6aa75587e5c59c32d347da438505fc3

response

{ "success": true }

Last update: July 19, 2022