Admin 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
POST https://api.vlenseg.com/api/credentials/Login
Headers
Name
Type
Description
ApiKey*
string
API Key is the main authentication method for the request
Request Body
Name
Type
Description
string
Admin username or email
string
User Password
string
Tenant (Company) Name
{
"data": {
"userId": <int>,
"accessToken": <string>,
"encryptedAccessToken": <string>,
"expireInSeconds": <int>,
"refreshToken": <string>,
"refreshTokenExpireInSeconds": <int>
},
"error_code": <int>,
"error_message": <string>
}Last updated