발신번호 등록
작성일 2026.03.14 | 수정일 2026.03.25
POST
/senderid/v1/numbers권한 추가 조건: 계정 인증 완료, 멤버 상태 ACTIVE
발신번호를 등록합니다. 개인인증 회원은 대기(PENDING) 상태로 생성되며, 사업자인증 회원은 증빙서류(통신서비스이용증명원, 재직증명서) 제출 시 바로 심사가 진행됩니다. 증빙서류 없이 등록하면 필요 조치(necessaryMeasures)가 응답에 포함됩니다.
Body Params
Response
Structure
Request
{
"phoneNumber": "01012345678",
"documentList": {
"certificateDocument": [
"DOC_abc123"
],
"employmentCertificate": "DOC_def456"
}
}
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"
}