We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 }
There was an error while loading. Please reload this page.