User password
Contains API calls to change and set users' passwords.
API actions
change
Parameters
name
description
type
Example
curl -X POST 'https://api.eu.navixy.com/v2/user/password/change' \
-H 'Content-Type: application/json' \
-d '{"hash": "22eac1c27af4be7b9d04da2ce1af111b", "password": "12@14Y$"}'Response
{
"success": true
}Errors
set
Parameters
name
description
type
Example
Response
Errors
Last updated
Was this helpful?