Skip to content

API Key 인증 확인

GET
/ping

전달한 X-API-Key가 유효한지 확인합니다.

응답 data로 인증 상태와 API Key 접두어를 반환합니다.

Authorizations

ApiKeyAuth
Type
API Key (header: X-API-Key)

Responses

인증 정상

application/json
JSON
{
  
"code": "0001",
  
"message": "요청 성공하였습니다.",
  
"data": {
  
  
"status": "ok",
  
  
"apikey_prefix": "bk_live_a1b2"
  
}
}

Samples