'https://operate-api.essensys.tech', 'client' => 'trustedclient', 'clientSecret' => 'you-client-secret-key-goes-here', 'scope' => 'hubapi')); ?>  Operate API sample
isUserAuthenticated()) { ?>

Log in

Logging in retrieves access token for the provided credentials. This token is then used for all calls to api, so credentials don't have to be kept.

Create Tracking Device

Tracking Devices Entries

trackingEntries) foreach($oauth2->trackingEntries as $entry) { ?>
Id Name Type Time
{{entry.trackingentriesid}} {{entry.trackingentriesname}} {{entry.trackingtype}} {{entry.creationdate}}

Add Tracking Entry

Tracking Devices

trackingDevices) { ?> trackingDevices as $key => $value) { ?>
Id name
trackingdeviceid; ?> trackingdevicename; ?> show entries add entry

No data!