App Endpoints

/app/reset-password

Reset a forgotten password during the log in process.


Preflight token validation

GET /app/reset-password/:token
{
  "token": "98GKC43jmJOj8o8UHVHhhFDhjJ",
  "user_id": "usr_1234567890",
  "expired": false,
  "app_id": "app_1234567890"
}

Reset password

POST /app/reset-password
{
    "token": "oiecmnlwicnvwouvnwlv",
    "password": "mxip23ijd08nfocu2p4fqohnqo4unfc",
    "confirm": "mxip23ijd08nfocu2p4fqohnqo4unfc"
}
Previous
/app/optional-features