Tokens
API authentication tokens for programmatic access.
API Token
***...***x4f2
Token is masked for security. Only the last 4 characters are shown.
API Usage
Base URLsame origin
curl -H "Authorization: Bearer {TOKEN}" \
<same-origin>/api/v1/tasks
Common endpoints
GET/api/v1/tasksList tasks
GET/api/v1/projectsList projects
GET/api/v1/usersList users
GET/api/v1/sessionsList sessions
Tokens are bound to your user account. Do not share your token.