Last updated 1 year ago
You Can Repeat This Step Every Time You Select New Info To Update
This API Will Return New Token Use This Token On The next Steps To Update Profile successfully
ex: Bearer
1
2
3
4
5
6
7
8
POST /api/v1/Auth/GenerateForgetRequestTokenForStep HTTP/1.1 Host: Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 46 { "step": 1, "nationalIdOrPassportNumber": "text" }
Success
{ "token": "text", "expirationDate": "2025-04-26T14:21:41.523Z" }