Check Eligibility
Check Eligibility for Create Business Request
GET https://api.vlenseg.com/api/BusinessRequest/CheckEligibility
This Api checks if the current is eligible for create new business request or not.
Headers
Name
Type
Description
Content-Type*
string
application/json
ApiKey*
string
API Key
Authorization*
string
Bearer Access Token `Bearer <accessToken>` that returned from login Api
{
"data": {
"isEligible": <bool>,
"isDigitalIdentityVerified": <bool>,
"hasPendingRequest": <bool>
},
"error_code": <int>,
"error_message": <string>
}Last updated