Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

🔐Authorization

The dœcentral API is using API keys as authorization.

# Basic request with authorization
GET /tasks/today?prettyprint=true
Authorization: Bearer <YOUR_API_KEY>
Accept: application/json

The API keys can be managed at https://app.dœcentral.com/?settings&apikeys

Last updated