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
string
required
Email address for the agent. The OTP code is sent to this address.
Response
boolean
true when the request succeeds.number
HTTP status code.
string
Human-readable result message.
object