Skip to content

Introduction

BizzStream has a simple REST API that can be used to request, create, modify and delete documents. These REST APIs can be called with each HTTP client in all programming languages.

A user ID and token of authentication has to be requested before documents can be modified. Please see the article about authentication for more information.

Each REST client can be used in order to create a test for REST calls, for example:

These applications are not part of BizzStream, and therefore no support will be offered for each of these applications.

In the examples provided, REST calls are made with CURL.