발송 결과 재 요청
설명 | ᆞ발송 결과를 재요청하는 기능입니다. |
URL | [POST] api.bizppurio.com/v2/report |
Request
Header
POST /v2/report HTTP/1.1
Content-type: application/json
Authorization: Bearer {accesstoken}
Body
키 | 타입 | 길이 | 필수 | 설명 |
account | text | 20 | Y | 비스뿌리오 계정 |
messagekey | text | 32 | Y | 메시지 키 |
ex)
{
"account": "test",
"messagekey": "190922175225820#ft002951servj8FU67"
}
Response
Header
HTTP/1.1 200 OK
Content-type: application/json
Body
ex)
{
"code": 1000,
"description": "Success"
}
댓글
댓글 0개
이 문서에는 댓글을 달 수 없습니다.