메인 콘텐츠로 건너뛰기
GET
/
v1
/
taxInvoices
/
issue
/
status
전자(세금)계산서 요청자 관리번호 이용하여 조회
curl --request GET \
  --url https://xapi.bolta.io/v1/taxInvoices/issue/status \
  --header 'Authorization: Basic <encoded-value>'
{
  "issuanceKey": "<string>",
  "clientReferenceId": "<string>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.bolta.io/llms.txt

Use this file to discover all available pages before exploring further.

인증

Authorization
string
header
필수

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

쿼리 매개변수

clientReferenceId
string
필수

API 호출 시 사용한 Client-Reference-Id

응답

200 - application/json
issuanceKey
string
필수

발행 식별 키

clientReferenceId
string
필수

요청자 관리번호

message
string
필수

처리 상태 메시지