7003: Set message status

7003: Set message status

Marks the read status for a specific message.

  

Endpoint ID:

7003

Method:

PUT

URL:

/communication/push/entity/id/{entity-id}/{message-id}/read

/communication/push/entity/ext-key/{ext-key}/{ext-type}/{message-id}/read

 

entity-id

Rubiq entity ID that uniquely identifies the account to retrieve the message for

 

ext-key

External key that uniquely identifies the account to retrieve the message for 

 

ext-type

Type of external key

 

message-id

ID of the message to retrieve

Request body:

Example – Message status update
{ "status": true }

 

Response body:

None

Status codes:

204

Message status updated successfully

 

404

Message was not found

The following sub codes may be returned:

404.1

User not found

404.2

External user could not be found

404.4

This message could not be found