VKYC API Document
VKYC API Document
API DOCUMENT
Date: 24/11/2021
1. CASE INITIATION
This API is POST API used to Initiate new case
End user is required to prepare HTTP request with specified header and body parameters.
A. Input Parameters
NOTE: Authorization Token is a unique token generated after login by client superuser.
Body Parameters:
[
{
"name": "xxxxxxxxx",
"agent": 4,
"client": 1,
"process": 1,
"case_type": "video_kyc",
"office_address": "xxxxxx",
"connection_detail": [
{
"name":"xxxxxxxx",
"email": "[email protected]",
"mobile_number": 1111111111
}
]
}
]
For Case Type “Personal Discussion”
[
{
"name": "xxxxxxxxx",
"agent": 4,
"client": 1,
"process": 1,
"case_type": "personal_discussion",
"office_address": "xxxxxx",
"connection_detail": [
{
"name":"xxxxxxxx",
"email": "[email protected]",
"mobile_number": 1111111111
},
{
"name":"yyyyyyy",
"email": "[email protected]",
"mobile_number": 1111111111
}
]
}
]
[
{
"name": "xxxxxxxxx",
"agent": 4,
"client": 1,
"process": 1,
"case_type": "video_kyc",
"office_address": "xxxxxx",
"connection_detail": [
{
"name":"xxxxxxxx",
"email": "[email protected]",
"mobile_number": 111111111
}
]
},
{
"name": "zzzzzzzzz",
"agent": 5,
"client": 1,
"process": 1,
"case_type": "video_kyc",
"office_address": "xxxxxx",
"connection_detail": [
{
"name":"xxxxxxxx",
"email": "[email protected]",
"mobile_number": 111111111
}
]
}
]
Mandatory/O Comments
Parameter ptional
case_type Mandatory Type of the case: video kyc or video personal discussion
connection Mandatory Details of the customer: name, email, mobile_number (all are
_detail mandatory)
Endpoint URL
https://demo-qa.authbridge.com/api/case/cases/
C. Outputs
Below are the output scenarios of the API:-
Output:-
[]
status: 201 created
API is a GET API and the end user is required to prepare HTTP request with specified headers.
A. Input Parameters
After login, an agent, auditor, agent cum auditor is able to see his/her assigned cases.
Below are the input parameters of the API:-
1. Authorization Token should be passed in headers as:
NOTE:
1. Here, the Authorization Token is a unique token generated after login by an agent, auditor
or agent cum auditor.
2. After login, an agent, auditor, agent cum auditor is able to see his/her assigned cases.
eg:
https://demo-qa.authbridge.com/api/case/cases/17
B. API Request
Endpoint URL
https://demo-qa.authbridge.com/api/case/cases/<int:case_id>/
C. Outputs
Below are the output scenarios of the API:-
}
status: 200 OK