본 메소드는 단일 건을 가져옵니다. 다수 목록을 가저오는 메소드 호출 방법은 여기를 참조해주세요.
1. 엔드포인트
GET/Submission/submissionId
Copy
Ask AI
GET https://rest-api.argosidentity.com/v3/submission
2. 인증
x-api-key
헤더에 API 키를 포함시켜야 합니다:
x-api-key
Copy
Ask AI
x-api-key: {yourAPIKey}
3. 요청 파라미터
특정 제출 건의 고유 ID
4. 요청 예시
GET/Submission/submissionId
Copy
Ask AI
curl --location --request GET 'https://rest-api.argosidentity.com/v3/submission?submission_id={submission_id}' \
--header 'x-api-key: {yourAPIKey}'
5. 응답
5-1. 성공 응답
result.json
Copy
Ask AI
{
"Items": [
{
"data": {
"age_group": "N/A",
"first_name": "Ji Sung",
"last_name": "Park",
"full_name": "Ji Sung Park",
"gender": "male",
"nationality": "KOR",
"date_of_birth": "YYYY-MM-DD",
"cf1": "{cf1}",
"ip_address": "XXX.XXX.XXX.XXX",
"idcard_issuingCountry": "KOR",
"idcard_issueDate": "YYYY-MM-DD",
"idType": "government_id"
},
"email": "{email}",
"submission_id": "{submission_id}",
"duplicated_information" : "{duplicated_information}",
"created_at": "YYYY-MM-DD-HH-MM-SS-ZZZ",
"updated_at": "YYYY-MM-DD-HH-MM-SS-ZZZ",
"kyc_result_at": "YYYY-MM-DD-HH-MM-SS-ZZZ",
"reviewer": "system",
"recognition_score": "{recognition_score}",
"argos_score": "{argos_score}",
"image": {
"idImage": "{idImage from ArgosServer}",
"idBackImage": "{idBackImage from ArgosServer}",
"selfieImage": "{selfieImage from ArgosServer}",
"addressImage": "{addressImage from ArgosServer}"
},
"memo": {
"text":"dashboard memo",
"updated_at":"YYYY-MM-DD-HH-MM-SS-ZZZ",
},
"userid": "{userid}",
"project_options": {
"option_aml": true,
"option_addressData": false,
"policy_approvePeriod": 0,
"option_idNumber": true,
"policy_blacklistCountries": [],
"policy_acceptedID": [
"government_id",
"foreign_registrator",
"passport",
"drivers_license",
"vehicle_registration_certificate",
"aadhaar",
"residence_permit",
"pancard",
"visa",
"identification_card"
],
"option_mask_documentNumber": false,
"webhook": {
"createTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
"members": [
{
"name": "{memberName}",
"addDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
"email": "{memberEmail}"
}
],
"url": "{webhookUrl}"
},
"option_mask_idNumber": false,
"option_documentNumber": true,
"webhookURL": "{webhookURL}",
"policy_ageLimit": 18,
"option_ai_only": true
},
"ocr": {
"gender": "male",
"typeOfPermit": "F-4",
"issueDate": "YYYY-MM-DD",
"birthDate": "YYYY-MM-DD",
"fullName": "Ji Sung Park"
},
"verification": {
"faceAge": [
{
"usedValues": {
"originalSelfieLow": 24,
"originalSelfieHigh": 30,
"idMedian": 25,
"birthDateAge": 34,
"idHigh": 36,
"selfieMedian": 33,
"originalSelfieMedian": 27,
"idLow": 15,
"originalIdMedian": 19,
"selfieLow": 23,
"originalIdLow": 16,
"selfieHigh": 44,
"originalIdHigh": 22
},
"conditionResults": [
{
"condition": {
"comparisonOperator": "gte",
"target": "high"
},
"matchResults": {
"idCardCustomMatch": {
"result": true,
"processed": true,
"statement": "36 gte 18"
},
"faceImageBirthDateMatch": {
"result": true,
"processed": true,
"statement": "44 gte 34"
},
"faceImageCustomMatch": {
"result": true,
"processed": true,
"statement": "44 gte 18"
},
"idCardBirthDateMatch": {
"result": true,
"processed": true,
"statement": "36 gte 34"
}
},
"conditionIndex": 0,
"finalResult": true
},
{
"condition": {
"comparisonOperator": "gte",
"target": "median"
},
"matchResults": {
"idCardCustomMatch": {
"result": true,
"processed": true,
"statement": "25 gte 18"
},
"faceImageBirthDateMatch": {
"result": false,
"processed": true,
"statement": "33 gte 34"
},
"faceImageCustomMatch": {
"result": true,
"processed": true,
"statement": "33 gte 18"
},
"idCardBirthDateMatch": {
"result": false,
"processed": true,
"statement": "25 gte 34"
}
},
"conditionIndex": 1,
"finalResult": false
}
],
"logicalOperators": [
"or"
]
}
]
},
"signals": {
"faceAge": [
{
"ageRange": {
"high": 30,
"median": 27,
"low": 24
},
"source": "selfieImage"
},
{
"ageRange": {
"high": 22,
"median": 19,
"low": 16
},
"source": "idImage"
}
]
},
"duplicated_users":["submissid_id_1","submissid_id_2"],
"duplicated_selfie_users":["submissid_id_1","submissid_id_2"],
"kyc": {
"result": "rejected",
"comment": [
"Multiple invalid KYC attempts "
],
"commentCode": [
"too_many_retry"
],
"attempts": [
{
"attemptCnt": 1,
"step1Time1st": "YYYY-MM-DDTHH:MM:SS.SSSZ",
"ocrResult": "success"
},
}
],
"retry": [
{
"type": "step1",
"retryCnt": 1,
"retryCode": "recognition_fail",
"retryMessage": "recognition score under threshold"
},
{
"type": "step1",
"retryCnt": 2,
"retryCode": "recognition_fail",
"retryMessage": "recognition score under threshold"
},
{
"type": "step1",
"retryCnt": 3,
"retryCode": "recognition_fail",
"retryMessage": "recognition score under threshold"
}
]
},
"OCR_raw": {
"rotate": {
"value": "0"
},
"birth_date": {
"value": "DD.MM.YYYY"
},
"number": {
"value": "{identityNumber}",
"score": 99,
"accepted": true,
"coordinates": {
"third": {
"x": 954,
"y": 245
},
"fourth": {
"x": 591,
"y": 238
},
"first": {
"x": 591,
"y": 169
},
"second": {
"x": 955,
"y": 177
}
}
},
"name_eng": {
"value": "JI SUNG PARK",
"score": 79,
"accepted": true,
"coordinates": {
"third": {
"x": 814,
"y": 326
},
"fourth": {
"x": 581,
"y": 321
},
"first": {
"x": 582,
"y": 259
},
"second": {
"x": 815,
"y": 265
}
}
},
"gender": {
"value": "M",
"score": 100,
"accepted": true,
"coordinates": {
"third": {
"x": 1127,
"y": 249
},
"fourth": {
"x": 1095,
"y": 248
},
"first": {
"x": 1096,
"y": 180
},
"second": {
"x": 1128,
"y": 181
}
}
},
....
"issue_date": {
"value": "DD.MM.YYYY",
"score": 100,
"accepted": true,
"coordinates": {
"third": {
"x": 1121,
"y": 654
},
"fourth": {
"x": 909,
"y": 651
},
"first": {
"x": 910,
"y": 595
},
"second": {
"x": 1122,
"y": 599
}
}
}
},
"projection": {
"projectionId": "sdajkhfkjsdhfkadfh",
"projectionName": "projection"
},
"pre_verification":{
"request_id":"id______",
"created_at":"YYYY-MM-DD-HH-MM-SS-ZZZ",
"ip_address":"XXX.xx.xx.x",
"fraud_score":84,
"attempts_frequency":"FirstSeen",
"country_code": "KOR",
"connection_type": "Mobile",
"is_valid":true
}
}
]
}