Skip to main content
Celoxis API v2
LiveUpdated 2 Sep 2026

Getting started

Authorization

Authenticate every request with an access token. Requests run with the permissions of the token owner.

Access token

Every request must be authenticated with an access token. Generate the token in Celoxis and send it in the HTTP Authorization header:

http
Example
Authorization: bearer YourTokenHere

Permissions

The API treats the request as coming from the user whose access token is used. That user's permissions are applied. For example, if the user cannot view a project, a request that fetches that project returns an empty list.

Keeping tokens safe