AurionAI Docs

List Notifications

GET
/api/v2/notifications

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

unread_only?Unread Only
Defaultfalse
limit?Limit
Default50
Range1 <= value <= 200

Response Body

application/json

application/json

curl -X GET "https://loading/api/v2/notifications"
[
  {
    "body": "string",
    "created_at": "2019-08-24T14:15:22Z",
    "entity_id": "string",
    "entity_type": "string",
    "event_type": "string",
    "id": "string",
    "read": true,
    "read_at": "2019-08-24T14:15:22Z",
    "title": "string"
  }
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}