---
title: "Update message delivery status"
method: POST
path: "/{scope_id}/{msgid}/delivery_status"
---

# Update message delivery status

`POST /{scope_id}/{msgid}/delivery_status`

The method allows you to update the delivery status of a specific message.

## Path parameters

- `scope_id` string, required
- `msgid` string, required

## Headers

- `Content-Type` 'application/json'
- `Date` string
- `Content-MD5` string
- `X-Signature` string

## Request body

- object
  - `RAW_BODY` object
    - `status_code` 1 | 2 | -1 — Message delivery status. Available statuses are described here: https://developers.kommo.com/reference/update-delivery-status#message-status-codes
    - `error_code` 901 | 902 | 903 | 904 | 905 — Error code. Required only if `"status_code": -1`. Available types are described here: https://developers.kommo.com/reference/update-delivery-status#error-codes
    - `error` string — Error text that will be displayed in Kommo interface. Required only if `"status_code": -1` and `"error_code": 905`

## Response `200`

200

- object

## Other responses

- `400` — 400
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/kommo/apis/kommo-api-references.md) · [All operations](https://skmtc.net/kommo/apis/kommo-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kommo/kommo-api-references/revisions/f17af4d23c7c/schema)
