Accounts
Get an account
get/api/v1/accounts/{name}
Path parameters
namestring required
Example:chocobozzz | chocobozzz@example.org
The username or handle of the account
Response
successful operation
Example response
{
"id": 42,
"name": "chocobozzz",
"userId": 42
}