1. Home
  2. Siperb API
  3. Siperb API – Introduction

Siperb API – Introduction

Siperb Offers full API documentation. 

Siperb makes use of REST API calls in all its administration and management functions. These API calls are well documented and used on your behalf when using our Admin Control Panel, for example.

API calls are protected by default with Session based Authentication, meaning this token will change after 30 days, unless to go through the login process.

If you would like to make use of the REST API outside of the Admin Control Panel, you will need to generate a Permanent Token. You can then use this token on your own backend systems etc. You can find more about Pricing and rate limits on our website.

We maintain versioned documentation with each release. The API may be updated, for bug fixes, or released under a new version as new features are added.

The API endpoint is https://api.siperb.com/

Postman templates will be released here. More information to follow