Login
Enquiring about name, ID number, and birthdate to check if they are among sanction lists & adding new customized blacklist as per need
Enquire by name, NID, and birthdate
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"hasPendingRequest": <bool>,
"isPhoneNumberConfirmationRequired": <bool>,
"isPhoneNumberConfirmed": <bool>,
"phoneNumberOtp": <string>,
"phoneNumberOtpRequestId": <GUID>,
"emailOtpRequestId": <GUID>,
"isDigitalIdentityVerified": <bool>,
"accessToken": <string>,
"encryptedAccessToken": <string>,
"phoneOtpExpireInSeconds": <int>,
"user": {
"name": <string>,
"surname": <string>,
"fullName": <string>,
"userName": <string>,
"emailAddress": <string>,
"phoneNumber": <string>,
"idNumber": <string>
},
"redirectUri": <string>
},
"error_code": <int>,
"error_message": <string>
}Last updated