Skip to content

Get started with the Project API

Overview

The projects API provides an interface to create and manage projects and domains.

Create a scoped token

Tokens can be generated from the Quant Dashboard. If you belong to multiple organizations you may scope the token to select organizations only.

The token will inherit your user role and permissions within organizations.

Make a request

All API requests must be directed to the https://dashboard.quantcdn.io/api/v1/ endpoint. The path is prefixed with the API version. If backwards-breaking changes are introduced into the API the version number will be bumped. Old versions of the API will be maintained and deprecated with plenty of notice. You will need to add specific headers to each request to ensure that the API endpoint can correctly identify you.

Provide the generated token as an Authorization: Bearer ... token in the request. An example via curl will look like:

curl https://dashboard.quantcdn.io/api/v1/organisations -H "Authorization: Bearer [token]]"

Read the full schema documentation to better understand how to interact with the API.