Documentation Index
Fetch the complete documentation index at: https://docs.sertexity.com/llms.txt
Use this file to discover all available pages before exploring further.
Login
Authenticate and receive access and refresh tokens.POST /auth/login · No auth required
Request
| Field | Type | Required |
|---|---|---|
email | string | ✅ |
password | string | ✅ |
Response 200 OK
Errors
| Code | HTTP | Cause |
|---|---|---|
VALIDATION_ERROR | 400 | Missing fields |
INVALID_CREDENTIALS | 401 | Wrong email or password |