발송 결과는 고객사에서 사전에 등록 요청한 URL로 PUSH 방식으로 전달됩니다.
POST {고객사에서 등록 요청한 URL} HTTP/1.1
Content-type: application/json
{
"DEVICE": "SMS",
"CMSGID": "201027134355944sms027420servqer0",
"MSGID": "1027se_SL4676027383600490148",
"PHONE": "01000000000",
"MEDIA": "SMS",
"UNIXTIME": "1603773837",
"RESULT": "4100",
"USERDATA": "daoutech",
"WAPINFO": "SKT",
"REFKEY" : "smstest00001"
}
POST /v2/report HTTP/1.1
Content-type: application/json
Authorization: Bearer {accesstoken}
{
"account": "test",
"messagekey": "190922175225820#ft002951servj8FU67"
}
HTTP/1.1 200 OK
Content-type: application/json
{
"code": 1000,
"description": "Success"
}