π#3 Select Step To Update
You Can Repeat This Step Every Time You Select New Info To Update
post
Authorizations
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer
Body
stepinteger Β· enumOptionalPossible values:
nationalIdOrPassportNumberstring | nullableOptional
Responses
200
Success
400
Bad Request
post
/api/v1/Auth/GenerateForgetRequestTokenForStepPOST /api/v1/Auth/GenerateForgetRequestTokenForStep HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 46
{
"step": 1,
"nationalIdOrPassportNumber": "text"
}{
"token": "text",
"expirationDate": "2025-11-06T20:06:58.683Z"
}Last updated