Get user's notifications
GET /user/{id|username}/notifications
Authorizations
Parameters
Path Parameters
[ "EEFFGGHH", "my_user"]
The ID or username of the user
Responses
200
Expected response to a valid request
object
The id of the notification
UUVVWWXX
The id of the user who received the notification
EEFFGGHH
The type of notification
project_update
The title of the notification
**My Project** has been updated!
The body text of the notification
The project, My Project, has released a new version: 1.0.0
A link to the related project or version
mod/AABBCCDD/version/IIJJKKLL
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
Accept
The HTTP code and path to request in order to perform this action.
[ "POST", "team/{id}/join"]
401
Incorrect token scopes or no authorization to access the requested item(s)
object
The name of the error
unauthorized
The contents of the error
Authentication Error: Invalid Authentication Credentials
404
The requested item(s) were not found or no authorization to access the requested item(s)