List of API's
This API will create an authentication token that you can pass in the header in all APIs without this token you would not be able to access the APIs.
Request -https://api.ipass-mena.com/api/v1/ipass/create/jwttoken
Parms{Token–:The token which create when a sub account is created }
BODY - Sample Response: Error ResponseThis API will create an account for transactions in which user can upload its documents and can check document detailed
Requesthttps://api.ipass-mena.com/api/v1/ipass/account/token
METHODPost
Parms{Token–:The token which create when a sub account is created }
HEADERAuthorization:Token
BODY - Sample Response: Error ResponseThis API will get the status of your transaction which shows you that the documents you have upload is in which status either processed or pending.
Requesthttps://api.ipass-mena.com/api/v1/ipass/workflow/status
METHODGET
Parms{Token–:The token which create when a sub account is created }
QUERY PARAMSaccountId
workflowExecutionId
HEADERAuthorization:Token
Sample Response: Error Response:This API will get the details of your uploaded documents like you have upload id card it will give your id card details like name, idtype,image Quality,or face similarity
Requesthttps://api.ipass-mena.com/api/v1/ipass/detail/user
METHODGET
Parms{Token–:The token which create when a sub account is created}
QUERY PARAMSaccountId
workflowExecutionId
email:(Provide the email with which your ipass account is created.)
HEADERAuthorization:Token
Sample Response: Error Response:This API will get the front side picture of the uploaded document.
Request-https://api.ipass-mena.com/api/v1/get/front/image
METHODGET
Parms{Token–:The token which create when a sub account is created }
Query ParamsaccountId
credentialId
HEADERAuthorization:Token
Sample Response Error ResponseThis API will get the back side picture of uploaded document.
Requesthttps://api.ipass-mena.com/api/v1/get/back/image
METHODGET
Parms{Token–:The token which create when a sub account is created}
QUERY PARAMSaccountId
credentialId
HEADERAuthorization:Token
Sample Response Error Response