Links

Welcome to Salesmachine API

This document is a guide on how to send data to Salesmachine.
Our REST API is a core building block of the Salesmachine Platform. You can use it to update information from your own Salesmachine account, or to integrate Salesmachine into your own product. It's completely up to you and your custom use case.
All your custom data is stored in the general data section.

Tracking API

Tracking API are build to absord a high load traffic, data are processed asynchrously on our processing backend then recorded the main database.

Access API

They allow to access objects saved in the main database.
Salesmachine internal data cannot be modified. Scores, Health, ... cannot be modified

Content Type

The API is designed to communicate with your server using JSON. All responses coming from the API will send data in a valid JSON object. If you need to send data to the API, your request should set the Content-Type HTTP header to application/json.

Dates

All dates in the Salesmachine API are encoded as a number representing Unix time: It is the number of seconds that have elapsed since 00:00:00 UTC, January 1st 1970.
.