발송 결과 재 요청
발송결과 재요청
설명
발송 결과를 재 요청하는 기능입니다.
URL
[POST] api.bizppurio.com/v2/report
Request
Header
POST /v2/report HTTP/1.1
Content-type: application/json
Authorization: Bearer {accesstoken}
Body

ex)
{
"account": "test",
"messagekey": "190922175225820#ft002951servj8FU67"
}
Response
Header
HTTP/1.1 200 OK
Content-type: application/json
Body
ex)
{
"code": 1000,
"description": "Success"
}
Last updated