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-idID 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.1User not found
404.2External user could not be found
404.4This message could not be found