Authorization: Bearer ********************x-api-key: ********************curl --location --request GET '/v2/notifications?unread' \
--header 'Authorization: Bearer <token>' \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "string",
"attributes": {
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"type": "string",
"record_type": "string",
"record_uuid": "d72e601f-9187-4587-8cc7-767eb01d6038",
"created_at": "2019-08-24T14:15:22.123Z",
"params": {
"event": "started",
"title": "The scan Test changed to started",
"category": "info",
"event_type": "scan_event"
},
"updated_at": "2019-08-24T14:15:22.123Z",
"read_at": "2019-08-24T14:15:22.123Z",
"seen_at": "2019-08-24T14:15:22.123Z"
}
}
],
"meta": {}
}