Skip to main content
POST
Agent onboarding - Step 5 (Contact Name)

Authorizations

Authorization
string
header
required

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

Body

application/json
first_name
string
required

Max 255 characters

Example:

"John"

last_name
string
required

Max 255 characters

Example:

"Doe"

Response

200

Step 5 updated