π#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
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"
}
{
"token": "text",
"expirationDate": "2025-07-01T02:06:37.357Z"
}
Last updated