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