Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Endpoint ID:7003
Method:
Status
colourGreen
titlePUT
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:


Code Block
titleExample – Push communication message with title, link and typeMessage status update
{
    "status": true
}



Span
stylewhite-space:pre

Response body:


None


Status codes:204

Message status updated successfully

 404.4

This message could not be found

...