View all unseen notifications

This method provides you with access to all the unseen notifications for the authenticating user.

URL

/api/v2/notifications/unseen

Access

This method can only be used by user access tokens. Application wide tokens do not have access to this method.

Supported Parameters

  • since - a unix integer-based timestamp of which all notifications have have been received since (optional, shows all by default).

Example JSON

[
    {
        "id": 15,
        "type": "new_ticket",
        "timestamp": "2012-08-10T21:22:16Z",
        "message": null,
        "preview": null,
        "ticket": [... ticket hash as shown in the ticket properties page ...],
        "actor": {
            "name": "Adam Cooke",
            "email": null
        },
        "url": "https://atech.sirportly.com/staff/tickets/GK-944218"
    }
]

Proudly powered by Katapult. Running on 100% renewable energy.