API

증빙서류 단건 조회

작성일 2026.03.17 | 수정일 2026.03.25

GET/senderid/v1/documents/:documentId
Parameters
documentId— 조회할 문서 ID

특정 문서의 상세 정보를 조회합니다.

Response

NameTypemustDescription
documentIdstring*문서 고유 ID
accountIdstring*계정 고유 ID
namestring문서 이름
urlstring*문서 파일 URL
originalNamestring원본 파일명
categorystring*문서 카테고리
useboolean*사용 여부 (기본값: false)
dateCreatedstring*업로드일시 (ISO 8601)

Structure

Response
{ "documentId": "DOC_abc123def456", "accountId": "12345678901234", "name": "통신서비스이용증명원", "url": "https://storage.example.com/documents/DOC_abc123def456.png", "originalName": "certificate.png", "category": "SENDERID_APPROVAL", "use": false, "dateCreated": "2024-07-01T12:00:00.000Z" }