---
title: "Update interaction status"
method: PUT
path: "/api/v1/interactions/{interaction_id}/status"
tags: ["Messages"]
---

# Update interaction status

`PUT /api/v1/interactions/{interaction_id}/status`

The method is used for sending message status using interaction_id.<br/>This ID is sent along with data in a message.<br/><b>Example for Mobile Push:</b> "es_interaction_id": "2E2E831C-486C-41F9-8E8D-BCD6B7A51A7A".

## Path parameters

- `interaction_id` string, required

## Request body

- InteractionStatusChange
  - `token` string — Device token
  - `status` 'DELIVERED' | 'OPENED' | 'CLICKED' | 'UNDELIVERED' — Message status
  - `time` string — The status change date and time in the YYYY-MM-DDThh:mm:ssZ format

## Response `200`

---

[API](https://skmtc.net/esputnik/apis/esputnik-com.md) · [All operations](https://skmtc.net/esputnik/apis/esputnik-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/esputnik/esputnik-com/versions/1c4afd7ba72a/schema)
