Skip to main content
POST
/
arc_onboard
/
{token}
ARC onboarding API
curl --request POST \
  --url https://tmextapidev.estream.com/index.cfm/arc_onboard/{token} \
  --header 'Content-Type: application/json' \
  --data '
{
  "action": "<string>",
  "data": "<string>",
  "officeId": 123
}
'
{
  "application/json": {
    "message": "Data successfully received",
    "code": 200,
    "success": true
  }
}

Path Parameters

token
string
required

Body

application/json
action
string
required

Action type for the onboarding process

data
string
required

JSON string containing agent onboarding data

officeId
integer

Optional office identifier

Response

200 - application/json

Success

The response is of type object.