Authentication
Start authentication
Initiate OTP authentication by sending a code to the agent’s email
POST
This is the first step of the two-step authentication flow. Send the agent’s email address to receive a one-time password (OTP) code by email.
This endpoint does not require authentication. No
Authorization header is needed.Request body
Email address for the agent. The OTP code is sent to this address.
Response
true when the request succeeds.HTTP status code.
Human-readable result message.
Errors
| Status | Description |
|---|---|
400 | Invalid or missing email address |
429 | Rate limit exceeded |