Subscribers
Marks a message as read/unread, seen/unseen.
POST
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
API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
Path Parameters
Body
application/json
Available options:
read
, seen
, unread
, unseen
Response
201 - application/json
The response is of type object[]
.