메인 콘텐츠로 건너뛰기
GET
/
v1
/
customers
/
{customerKey}
/
certificates
/
latestHistory
고객 공동인증서 등록 내역 조회
curl --request GET \
  --url https://xapi.bolta.io/v1/customers/{customerKey}/certificates/latestHistory \
  --header 'Authorization: Basic <encoded-value>'
{
  "latestHistory": {
    "identifier": "<string>",
    "customerKey": "<string>",
    "occurredAt": "<string>",
    "code": "<string>",
    "message": "<string>"
  }
}

인증

Authorization
string
header
필수

API 키를 Base64 인코딩하여 전달합니다. Username에 API 키를 입력하고 Password는 비워두세요.

경로 매개변수

customerKey
string
필수

고객 식별 키

응답

200 - application/json
latestHistory
object