v1

latestOpenAPI 3.1.02026-07-2617501.1 MB

Update the status of messages

put/v1/messages?ids={id}&status={status)

Query parameters

ids[]integer[] required

Specify the unique identifier of the message for which you want to update the status..

statusstring required

Specify the status of the message. This can be either "read" or "delivered".

Headers

X-Time-Zonestring

Time zone used to format timestamps.

X-Metric-Unitsboolean

Specify if you want to use the Metric units or the Imperial units. TRUE: Metric units. FALSE: Imperial Units

X-User-Idinteger

Specify the ID of the user who is accessing this endpoint.

Response

200

successboolean

Example response

{
  "success": true
}