REST APIs

Integrate with your platform instance

The REST APIs are used to create an integration between your web application and your platform instance. This documentation contains the necessary information to get started:

  • how to construct the base URL for all endpoints
  • information about the service user used to fetch authentication tokens
  • information about rate limiting
  • tutorials on how to get started with each set of endpoints
  • descriptions of each endpoint, their request body and their response bodies

The functionality to try out the endpoints directly from the documentation is only available when you open the documentation from the staging environment URL. This guarantees that you can only make test calls to your staging environment and avoids running into CORS issues, because we do not allow you to make cross domain calls from the production environment to the staging environment or the other way around.


Base URL & service user

Basic information for accessing the REST APIs

Rate limiting

Rate limits on endpoints

Authentication API

How to authenticate to use the REST APIs

Client account API

Client account management