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, obtain a token via the OpenScaler Platform.

Use the access_token in the Authorization header for requests:

Authorization: Bearer <token>

Always keep your token secure and do not share it with anyone.

Projects

Most resources are scoped in projects and many endpoints require a project ID. You can get your project ID with the Get Projects Endpoint.

On this page