Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 369 Bytes

accounts.md

File metadata and controls

16 lines (11 loc) · 369 Bytes

/accounts API

The accounts API deals with authentication and username-related operations.

GET /accounts/checkusername/<username>

Gets the status of a username, not to be confused with a user. Returns:

{
  "username": String,
  "msg": String
}

The value of the msg property can be "username exists", "valid username", or "bad username".