Subscribers
Marks a message as read/unread, seen/unseen.
POST
/
v1
/
subscribers
/
{subscriberId}
/
messages
/
mark-as
Enter your API key in the Authorization
field like the example shown below:
E.g ApiKey 18d2e625f05d80e
This API marks a single message of one subscriber as read
, unread
, seen
, unseen
. This API requires messageId
to be passed.
Authorizations
Authorization
string
headerrequiredAPI key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
Path Parameters
subscriberId
string
requiredBody
application/json
messageId
required
markAs
enum<string>
requiredAvailable options:
read
, seen
, unread
, unseen
Response
201 - application/json
The response is of type object[]
.
Was this page helpful?