Login
Operators
Login
POST /v0/operators/login — Password login for operators who have a password set
POST
Login
Password-based login for operators. This is a fallback for operators who have set a password explicitly. Most operators authenticate via passwordless auth instead.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
email | string | Yes | The operator’s email address |
password | string | Yes | The operator’s password |
Example response
Response fields
| Field | Type | Description |
|---|---|---|
sessionToken | string | Bearer token for user auth (ut_ prefix) — include in Authorization header for subsequent requests |
expiresAt | string | ISO 8601 timestamp when the session expires |