UpdateUserProfile

Update User Information if Security check is cleared

APIDescription
POST api/v1/UpdateUserProfile?appUserID={appUserID}&thyngCode={thyngCode}&emailAddress={emailAddress}&userName={userName}

Update User Information if Security Check is successful

POST api/v2/UpdateUserProfile?appUserID={appUserID}&thyngCode={thyngCode}&emailAddress={emailAddress}&userName={userName}

Update User Information if Security Check is successful

Loyalty

APIDescription
POST api/v1/Loyalty

No documentation available.

POST api/v2/Loyalty

No documentation available.

MinimumAppVersion

Retrieve the minimum supported app version for a given platfrom

APIDescription
GET api/v1/MinimumAppVersion?platform={platform}

Retrieve the minimum supported app version for a given platfrom

GET api/v2/MinimumAppVersion?platform={platform}

Retrieve the minimum supported app version for a given platfrom

AddUser

APIDescription
POST api/v1/AddUser

No documentation available.

POST api/v2/AddUser

No documentation available.

NearbyThyngs

Retrive a List of thyngs that the User has previously interacted with

APIDescription
GET api/v1/NearbyThyngs?userID={userID}&latitude={latitude}&longitude={longitude}

Return a List of thyngs that the given User has previously interacted with

GET api/v2/NearbyThyngs?userID={userID}&latitude={latitude}&longitude={longitude}

Return a List of thyngs that the given User has previously interacted with

Conversions

Reports conversions for user

APIDescription
GET api/v1/Conversions?appUserId={appUserId}

Reports conversions for user. This API route is protected, supply 'auth-token' key in the header of the request with your integration auth token.

GET api/v2/Conversions?appUserId={appUserId}

Reports conversions for user. This API route is protected, supply 'auth-token' key in the header of the request with your integration auth token.

ThyngDetails

Retrieve information about a Thyng

APIDescription
GET api/v1/ThyngDetails?thyngCode={thyngCode}&verification={verification}&appUserID={appUserID}&techCode={techCode}&version={version}

Retrieve information about any given Thyng

GET api/v2/ThyngDetails?thyngCode={thyngCode}&verification={verification}&appUserID={appUserID}&techCode={techCode}&version={version}

Retrieve information about any given Thyng