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:
Authorization: bearer YourTokenHerePermissions
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.