GET/verifiedimage

프로필의 이미지를 다운로드 받습니다.

GET https://rest-api.argoskyc.com/v3/verifiedimage

프로필의 이미지를 다운로드 받습니다.

  • 이미지 종류는 신분증 이미지, 신분증 뒷면 이미지, 셀피 이미지가 있습니다.

  • 한번의 API 호출로 하나의 이미지를 다운로드 받습니다.

  • URL x-api-key를 반드시 입력해주세요.

Input Data

Output Data

이미지 파일이 다운로드 됩니다.

Sample

Request URL

curl -X GET "https://test-api.argoskyc.com/dev/verifiedimage?consent_id={consent_id}&type={type}"
-H "x-api-key: {yourAPIKey}"

Sample Request

curl --location --request GET 'https://test-api.argoskyc.com/dev/verifiedimage?consent_id={consent_id}&type={type}' \
--header 'x-api-key: {yourAPIKey}'

Sample Response

'image.jpg' 양식의 파일이 다운로드 됩니다.

Last updated