Introduction
The SSP API is a simple interface intended as a tool to help with partner account management automation.
API is based on HTTP protocol sending request/response messages formatted as JSON. Some knowledge of these concepts and programming skills to be able utilize this API may be needed. However commonly used programming languages have tools and libraries to make these things easier for you.
Swagger
To make it even easier we provide a swagger definition (swagger.json) of the API. Which can be used to get better understanding of the API or even to generate client library. More about swagger can be found at homepage of open-source project: https://swagger.io/
Versions
As we do not wish to break any existing applications when introducing new features, we use versioning. So anytime should be a breaking change introduced, a new major API version will be provided at different endpoint. So everybody can decide to use always up-to-date version or any particular older version.
- https://api.sklik.cz/ssp/json/ (swagger.json | docs) – latest stable version of SSP API
- https://api.sklik.cz/ssp/v1/json/ (swagger.json | docs) – v1 SSP API
Changelog
A changelog contains a curated, chronologically ordered list of changes for each version of the API.
Simple example uses
A library of elementary examples on how to use the SSP API.
