user
Create an access token
post/users/{username}/tokens
Path parameters
usernamestring required
username of the user whose token is to be created
Request body
Example request
{
"scopes": [
"all",
"read:activitypub",
"read:issue",
"write:misc",
"read:notification",
"read:organization",
"read:package",
"read:repository",
"read:user"
]
}Response
AccessToken represents an API access token.