Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


Marks the read status for a specific message.

 

 

Endpoint ID:7003
Method:
PUT
URL:

/communication/push/dp-key/{dp-key}/{message-id}/read

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

 

 dp-key

dialogportal™ master key 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.4

This message could not be found

  • No labels