cURL
curl --request POST \ --url https://tmextapidev.estream.com/index.cfm/apex_receive \ --header 'Content-Type: application/json' \ --data ' { "telemapperEntryId": 123, "token": "<string>", "officeId": 123 } '
{ "message": "{...}", "status": 200, "success": true, "telemapperMessage": "Successfully received telemapperEntryId from Apex." }
Telemapper entry identifier
Authentication token
Optional office identifier
Success
The response is of type object.
object
Was this page helpful?