Introduction

The Suble Cloud rest API operates using the HTTPS protocol and utilizes JSON for its data format. This means all requests either submitting data or requesting data is expected to use the JSON format.

Authorization

For authorization it uses the Bearer Authentication standard to implement JWT and a custom implementation for API tokens. For more information, see below

Project keys are generated and linked to a project, this means the key is locked to only work inside the project and cannot generate more project keys or new projects on the user's behalf. To authorize requests to Suble Cloud API, add "apikey" as prefix to the autorization header. Example:

apikey xxxx-xxxx-xxxx

Last updated