Register
Authentication
Register
Create a new user account with email and password.
POST
Register
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Display name |
email | string | Yes | Email address |
password | string | Yes | Minimum 8 characters |
Response
Errors
| Status | Error | Description |
|---|---|---|
| 400 | Name, email, and password required | Missing required fields |
| 400 | Password must be at least 8 characters | Password too short |
| 400 | Email already registered | Duplicate email |