πŸ”¦Authentiction Report

# Get Authentication Report

post
Authorizations
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional

ex: Bearer

Responses
200
Success
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
}

You Can Check For Available Status Codes At Status

Last updated