Authentication
v1.0Secure your API requests with JWT token-based authentication
Security: All API requests must include a valid authentication token in the Authorization header.
Error Codes
| Code | Message | Description |
|---|---|---|
| 401 | Unauthorized | Missing or invalid authentication token |
| 403 | Forbidden | Invalid credentials |
| 409 | Conflict | Email already exists |