List of API's

USE -

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 Response
                                                        


                                                        
                                                        
                                                        
                                                    

USE -

This API will create an account for transactions in which user can upload its documents and can check document detailed

Request

https://api.ipass-mena.com/api/v1/ipass/account/token

METHOD

Post

Parms

{Token–:The token which create when a sub account is created }

HEADER

Authorization:Token

BODY -

                                                        Sample Response:
                                                        

                                                         Error Response
                                                        


                                                        
                                                        
                                                        

                                                    

USE -

This 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.

Request

https://api.ipass-mena.com/api/v1/ipass/workflow/status

METHOD

GET

Parms

{Token–:The token which create when a sub account is created }

QUERY PARAMS

accountId

workflowExecutionId

HEADER

Authorization:Token

Sample Response:

                                                        Error Response:
                                                        

                                                        
                                                        
                                                        
                                                    

USE -

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

Request

https://api.ipass-mena.com/api/v1/ipass/detail/user

METHOD

GET

Parms

{Token–:The token which create when a sub account is created}

QUERY PARAMS

accountId

workflowExecutionId

email:(Provide the email with which your ipass account is created.)

HEADER

Authorization:Token

Sample Response:

                                                        Error Response:
                                                        

                                                        
                                                        
                                                        
                                                    

USE -

This API will get the front side picture of the uploaded document.

Request-

https://api.ipass-mena.com/api/v1/get/front/image

METHOD

GET

Parms

{Token–:The token which create when a sub account is created }

Query Params

accountId

credentialId

HEADER

Authorization:Token

Sample Response

                                                        Error Response
                                                        


                                                        
                                                        
                                                        
                                                    

USE -

This API will get the back side picture of uploaded document.

Request

https://api.ipass-mena.com/api/v1/get/back/image

METHOD

GET

Parms

{Token–:The token which create when a sub account is created}

QUERY PARAMS

accountId

credentialId

HEADER

Authorization:Token

Sample Response

                                                        Error Response