cURL
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 } }
Action type for the onboarding process
JSON string containing agent onboarding data
Optional office identifier
Success
The response is of type object.
object
Was this page helpful?