> For the complete documentation index, see [llms.txt](https://biztech.gitbook.io/webapi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://biztech.gitbook.io/webapi/api/undefined-1.md).

# 발송 결과 재 요청

### 발송결과 재요청

<table data-header-hidden><thead><tr><th width="125.76122165664046" align="center"></th><th width="570.3333333333333"></th></tr></thead><tbody><tr><td align="center"><strong>설명</strong> </td><td><ul><li>발송 결과를 재 요청하는 기능입니다.</li></ul></td></tr><tr><td align="center"><strong>URL</strong></td><td><strong>[POST] api.bizppurio.com/v2/report</strong></td></tr></tbody></table>

### **Request**

**Header**

```http
POST /v2/report HTTP/1.1
Content-type: application/json
Authorization: Bearer {accesstoken}
```

**Body**

<figure><img src="/files/pkpZeoMI55zHWvzVYFQ2" alt=""><figcaption></figcaption></figure>

**ex)**

```json5
{
  "account": "test",
  "messagekey": "190922175225820#ft002951servj8FU67"
}
```

### Response

**Header**

```http
HTTP/1.1 200 OK   
Content-type: application/json
```

**Body**

**ex)**

```json5
{
  "code": 1000,
  "description": "Success"
}
```
