v52

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-03432547.1 KB
Passwords

Verify forgotten password code

get/v1/api/forgotten-passwords/{code}

Path parameters

codestring required

Response

OK

codestring
datestring date-time
user_external_idstring

Example response

{
  "_links": [
    {
      "href": "https://an.example.link",
      "method": "GET",
      "rel": "self"
    }
  ],
  "code": "bc9039e00cba4e63b2c92ecd0e188aba",
  "date": "2022-04-06T21:27:06.376Z",
  "user_external_id": "12e3eccfab284ae5bc1108e9c0456ba7"
}