auth
internal

post/api/auth/reset-password

Request body

passwordstring required
tokenstring required

Response

Password reset successful

errorstring nullable
successboolean required

Example response

{
  "meta": {
    "api_version": 1,
    "server_version": "0.17.3"
  }
}

Changes