We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This is a living document of the proposed API routes available or wished to be made available in the server
POST /register
Request Parameters
{ email: String, password: String (hashed), name: String }
Response Signature
Successful registration: { id: UUID } Failed registration: { error: String }