cURL
curl --request GET \ --url https://tmextapidev.estream.com/index.cfm/business/all
{ "message": "Business data retrieved successfully.", "status": 200, "success": true, "data": [ { "officeName": "Demo Management Inc", "ownerFirstName": "John", "ownerLastName": "Doe", "officeID": 1 } ] }
Success
The response is of type object.
object
Was this page helpful?