발신번호 별칭 등록
작성일 2026.03.17 | 수정일 2026.03.25
POST
/senderid/v1/extra-data/numbers발신번호에 별칭(alias)을 설정합니다. 이미 별칭이 등록된 발신번호에 다시 요청하면 기존 별칭이 업데이트됩니다.
Body Params
Response
Structure
Request
{
"senderId": "01012345678",
"alias": "고객센터"
}
Response
{
"accountId": "12345678901234",
"memberId": "MEMabc123def",
"senderId": "01012345678",
"extraInfo": {
"alias": "고객센터"
},
"dateCreated": "2024-07-01T12:00:00.000Z",
"dateUpdated": "2024-07-01T12:00:00.000Z"
}