cURL
curl --request GET \ --url https://api.coinfer.ai/api/notification \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "data": { "total": 123, "page": 123, "count_per_page": 123, "objects": [ { "id": 123, "event": "<string>", "title": "<string>", "message": "<string>", "msg_object": "<string>", "msg_verb": "<string>", "created_at": "<string>", "read_at": "<string>" } ] } }
Get notification messages targeting the current user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
page number
page size
x <= 1000
Filter the notification message by read status
all
read
unread
OK
"ok"
Show child attributes