onboarding

resetPassword

Internal onboarding/resetPassword operation. Authentication requirements are derived from the active route allowlist.

post/onboarding/resetPassword

Request body

device_idinteger
emailstring email
passwordstring password
reset_password_tokenstring

Example request

{
  "device_id": 1,
  "email": "owner@example.com",
  "password": "ExamplePassword123!",
  "reset_password_token": "example_reset_password_token"
}

Response

Standard successful response envelope.

status'success' required
statusCodeinteger required
messagestring required
dataobject required
{"stackTrail":"components:schemas:SuccessEnvelope:properties:error","oasType":"schema","type":"unknown","example":null,"nullable":true}

Example response

{
  "statusCode": 200,
  "message": "OK"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.