Get notifications

GET /1/notifications

Get notifications

Responses

GET /1/notifications
curl \
 --request GET 'https://api.localsporthero.com/1/notifications'
Response examples (200)
{
  "notifications": [
    {
      "id": "df2cd71c-d006-4a46-8e2a-d09503273f07",
      "type": "waiting_list_passed",
      "viewed": true,
      "clicked": false,
      "title": "Welcome To Local Sport Hero",
      "body": "We're lucky to have you.",
      "date": "2022-05-02T11:00:00.000Z",
      "imageUrl": "https://path/to/image.jpg",
      "deeplink": "localsporthero://deeplink/explore"
    }
  ]
}