Get a notification
GET/notifications/:id
Returns one of the authenticated user's notifications by id, whether read, unread or archived. A push notification carries only this id, so a client opens the notification it was tapped for through this endpoint. Reading it does not mark it read. An id that belongs to another user answers 404, the same as an id that does not exist.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
The notification
The id is not a well-formed notification id
Unauthorized
Forbidden - request denied by authorization, or blocked by the API firewall
No such notification for the caller
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request