Last updated 11 months ago
You Can Check For Available Status Codes At Status
Success
const response = await fetch('/api/v1/authentication/AuthenticationRequest/GetAuthenticationReport', { method: 'POST', headers: {}, }); const data = await response.json();
{ "applicantId": "text", "applicantName": "text", "nationalIdNumber": "text", "passportDocumentNumber": "text", "levelOfTrustId": "text", "levelOfTrustName": "text", "status": 1 }