How-To

In this section we will provide you with several examples on how to user our api and it’s specialities like Long Polling.
For the How-To we expect that you already have your access token request workflow implemented or that you have your access token requested at least once for testing purposes.
So all requests, unless specified otherwise, require you to set the “Authorization” header to “Bearer TOKEN_VALUE”.
Furthermore for all POST/PUT requests we will specify the Content-Type header to be “application/json”.