Skip to main content
POST
Agent onboarding - Step 2 (Email/Password)

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
email
string<email>
required
Example:

"agent@example.com"

password
string<password>
required

Min 5, max 255 characters

Example:

"SecurePass1!"

Response

200

Step 2 updated