Ekyc AiDee API (1.0.0)

Download OpenAPI specification:Download

API 호출용 인증 토큰 발급

Request Body schema: application/x-www-form-urlencoded
ekyc_api_key
required
string

관리자 페이지 > 설정 > API Key

ekyc_api_secret
required
string

관리자 페이지 > 설정 > API Secret Key

Responses

200
post /oauth/token
/oauth/token

Request samples

Content type
application/x-www-form-urlencoded
Copy
ekyc_api_key=9509a0adc14540e79df1a44c4c98ca77&ekyc_api_secret=%24lKEJiTWhgja%242aGw%2410Q6jfu0tx.UtGQ%2FF.h63oMbjoyJkqOcWskTpDR.Lm

Response samples

Content type
application/json
Example
Copy
Expand all Collapse all
{
  • "code": 0,
  • "response":
    {
    }
}

본인 인증 시작, serviceKey에 해당하는 계정에 vid 요청

header Parameters
Authorization
required
string
Example: Authorization,Bearer f442c933-b033-371e-a3d6-ab454f112435

인증 토큰, Bearer <token> 형식

Request Body schema: application/json
ekyc_service_key
required
string

관리자 페이지 > 설정 > Service Key

user_id
required
string

사용자 입력 id

user_name
required
string

사용자 입력 이름

user_address
required
string

사용자 입력 주소

user_birthday
required
string

사용자 입력 생년월일

Responses

200
post /init
/init

Request samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "ekyc_service_key": "45e8c790dc1a44ca1a7d944ca079f950",
  • "user_id": "h123421",
  • "user_name": "홍길동",
  • "user_address": "서울특별시 마포구 성암로 330",
  • "user_birthday": "2020년 1월 1일"
}

Response samples

Content type
application/json
Example
Copy
Expand all Collapse all
{
  • "code": 0,
  • "response":
    {
    }
}

본인 인증 시작, serviceKey에 해당하는 계정에 vid를 qr코드로 요청

header Parameters
Authorization
required
string
Example: Authorization,Bearer f442c933-b033-371e-a3d6-ab454f112435

인증 토큰, Bearer <token> 형식

Request Body schema: application/json
ekyc_service_key
required
string

관리자 페이지 > 설정 > Service Key

user_id
required
string

사용자 입력 id

user_name
required
string

사용자 입력 이름

user_address
required
string

사용자 입력 주소

user_birthday
required
string

사용자 입력 생년월일

Responses

200
post /init/qr-code
/init/qr-code

Request samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "ekyc_service_key": "45e8c790dc1a44ca1a7d944ca079f950",
  • "user_id": "h123421",
  • "user_name": "홍길동",
  • "user_address": "서울특별시 마포구 성암로 330",
  • "user_birthday": "2020년 1월 1일"
}

Response samples

Content type
application/json
Example
Copy
Expand all Collapse all
{
  • "code": 0,
  • "response":
    {
    }
}