/api/auth/signup
No authentication required.
Request body
string
required
The user’s display name.
string
required
The user’s email address. Must be unique across all accounts.
string
required
The user’s password. Minimum 6 characters.
Example
Response
201 Createdstring
required
A signed JWT valid for 30 days. Include this token in the
Authorization header for authenticated requests.object
required
Example response