latestOpenAPI 3.0.12026-06-115557102.5 KB
3d37ac9b68f7
List authenticated user's scope invites
Returns a list of invites to scopes that the authenticated user has received
get/user/invites
Response
OK
Example response
[
{
"scope": "denoland",
"targetUser": {
"name": "Ryan Dahl",
"avatarUrl": "https://avatars.githubusercontent.com/u/80?v=4",
"githubId": 80
},
"requestingUser": {
"name": "Ryan Dahl",
"avatarUrl": "https://avatars.githubusercontent.com/u/80?v=4",
"githubId": 80
}
}
]