v1

latestOpenAPI 3.0.12026-07-24210349345.4 KB
Message

Update Web Inbox message read status

Implicitly raises any associated metrics e.g. opened.

put/api/v1/messages/status

Request body

tenantIdinteger

TenantId Id

brandIdstring uuid

Brand Id.

Example request

{
  "tenantId": 1,
  "brandId": "f29e20e6-53eb-4a79-a004-09fe308d63de",
  "statusMetrics": [
    {
      "messageId": "a27139ca-86a3-43f1-836a-43e387df22bc",
      "readAt": 17150948186595
    }
  ]
}

Response

If the request is successful.