π¦Authentiction Report
# Get Authentication Report
post
Authorizations
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer
Responses
200
Success
400
Bad Request
post
POST /api/v1/authentication/AuthenticationRequest/GetAuthenticationReport HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"applicantId": "text",
"applicantName": "text",
"nationalIdNumber": "text",
"passportDocumentNumber": "text",
"levelOfTrustId": "text",
"levelOfTrustName": "text",
"status": 1
}
Last updated