Logo
OpenScaler

API Documentation

OpenScaler API

Comprehensive guide to using OpenScaler's REST API.

Introduction

The OpenScaler API lets developers manage their resources, automate actions easily. The following documentation will go through the different endpoints and how to use them, as well as how to authenticate your requests.

Authentication

OpenScaler API uses OAuth, a standard for secure authorization.

To access the API, you can obtain a token via the your profile page.

OpenScaler Platform

Then paste your token in the Authorization header for requests:

Bearer <token>
Important
  • Always keep your token secure and do not share it with anyone!
  • The token is short-lived and might expire, after which you'll get 403 Access Denied error on your API requests.
  • Your copied token will include the Bearer prefix.

Troubleshooting

  • If your request was denied (403 Access denied), your token might have expired, try coping a new one from your profile (refresh the page before copy).

On this page