Skip to main content
GET
/
api
/
v1
/
notifications
Error
A valid request URL is required to generate request examples
{
  "notifications": [
    {
      "id": "<string>",
      "body": "<string>",
      "created_at": "<string>",
      "dismissed_at": "<string>",
      "is_dismissed": true,
      "is_read": true,
      "metadata": {
        "count": 123,
        "total_amount": 123,
        "new_score": 123,
        "old_score": 123,
        "new_status": "<string>",
        "old_status": "<string>"
      },
      "notifiable_id": "<string>",
      "notifiable_type": "<string>",
      "notification_type": "new_denials",
      "read_at": "<string>",
      "title": "<string>"
    }
  ],
  "unread_count": 123
}

Response

200 - application/json

OK

notifications
object[]
required
unread_count
integer
required