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 include an access token in the HTTP Authorization header.

http
Authorization: bearer YourTokenHere

Permissions

The API treats the request as coming from the user whose access token is used. The same permissions that apply inside Celoxis apply to the API request.

If the user cannot view a project, an API query for that project will not return it.

Keeping tokens safe