발신번호 정보 조회
작성일 2026.03.17 | 수정일 2026.03.25
GET
/senderid/v1/numbers계정에 등록된 발신번호 전체 정보를 조회합니다. 등록된 발신번호가 없으면 기본 빈 데이터가 생성됩니다.
Response
Structure
Response
{
"accountId": "12345678901234",
"limit": 5,
"senderIds": [
{
"handleKey": "SID_abc123",
"phoneNumber": "01012345678",
"status": "PENDING",
"method": null,
"expireAt": null,
"autoExtension": true,
"necessaryMeasures": [
"BUSINESS_DOCUMENTS"
],
"consignment": false,
"approvalDocuments": [
{
"approvalId": "APR_abc123",
"status": "PENDING",
"reason": null,
"documentList": {
"certificateDocument": [
"DOC_abc123"
],
"employmentCertificate": "DOC_def456"
},
"consignmentDocumentList": null,
"dateCreated": "2024-07-01T12:00:00.000Z",
"dateUpdated": "2024-07-01T12:00:00.000Z"
}
],
"unlockDuplicate": null,
"dateCreated": "2024-07-01T12:00:00.000Z",
"dateUpdated": "2024-07-01T12:00:00.000Z"
}
],
"limitationDocuments": [],
"dateCreated": "2024-01-01T00:00:00.000Z",
"dateUpdated": "2024-07-01T12:00:00.000Z"
}