Get user's notifications
GET /user/{id|username}/notifications
Authorizations
Parameters
Path Parameters
The ID or username of the user
Responses
200
Expected response to a valid request
object
The id of the notification
The id of the user who received the notification
The type of notification
The title of the notification
The body text of the notification
A link to the related project or version
Whether the notification has been read or not
The time at which the notification was created
A list of actions that can be performed
An action that can be performed on a notification
object
The friendly name for this action
The HTTP code and path to request in order to perform this action.
401
Incorrect token scopes or no authorization to access the requested item(s)
object
The name of the error
The contents of the error
404
The requested item(s) were not found or no authorization to access the requested item(s)