API Documentation
Welcome to the DidIt Developer Platform. Use our REST API to access your productivity data, sync tasks, and build custom integrations for your high-performance workflow.
Authentication
Coming SoonNote: External API access is currently in development. These specifications are for the upcoming Public API.
All API requests will require a Bearer Token in the Authorization header. You will be able to generate API keys in your Account Settings.
Todos
GET
/v1/todos
List all todos for the authenticated user, optionally filtered by status.
POST
/v1/todos
Create a new task for today.