API version 2.0

Introduction

3min

Welcome to our API documentation. Here you will find detailed information about our application programming interface and how to use it effectively. This documentation is designed to help developers integrate our API into their projects and make the most of its features. Whether you're a beginner or an experienced developer, we hope this documentation will serve as a valuable resource for you. Let's dive in and explore what our API has to offer!

Our REST API are composed of 2 sets of APIs

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 eader to application/json.

Dates

All dates in the Successeve 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.