Todoist

Category Documents & Productivity
Authentication OAuth
HTTPS Yes
CORS unknown
Difficulty advanced
Official URL https://developer.todoist.com
Added Date 2026-04-01
Last Verified 2026-04-01

About this API

Todoist is a documents & productivity API described as: Todo Lists. It is useful when you need programmatic access to todo lists from applications, dashboards, or internal tools. The published entry point or documentation is hosted at developer.todoist.com, which makes it a practical starting point for evaluating available endpoints and response formats. The listing indicates an OAuth-style or otherwise more involved authentication flow, so it is better suited to production integrations that can manage tokens securely.

Use Cases

  • Add todo lists to a documents & productivity discovery or reference application.
  • Build an internal script or scheduled job that pulls data from Todoist for reporting or content updates.
  • Prototype a small web or mobile experience that surfaces todo lists to end users.

Code Examples

const url = "https://developer.todoist.com/";
// Replace headers or query params with the values required by this API.
const response = await fetch(url, {
  headers: {
  "Authorization": "Bearer YOUR_API_KEY"
  }
});
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data);

Similar APIs

ClickUp

ClickUp is a robust, cloud-based project management tool for boosting productivity

OAuth HTTPS CORS: unknown

JIRA

JIRA is a proprietary issue tracking product that allows bug tracking and agile project management

OAuth HTTPS CORS: unknown

Mattermost

An open source platform for developer collaboration

OAuth HTTPS CORS: unknown

Notion

Integrate with Notion

OAuth HTTPS CORS: unknown

Pocket

Bookmarking service

OAuth HTTPS CORS: unknown

Other APIs in Documents & Productivity

Airtable

Integrate with Airtable

apiKey HTTPS CORS: unknown

Api2Convert

Online File Conversion API

apiKey HTTPS CORS: unknown

Asana

Programmatic access to all data in your asana system

apiKey HTTPS CORS: yes

ClickUp

ClickUp is a robust, cloud-based project management tool for boosting productivity

OAuth HTTPS CORS: unknown

Clockify

Clockify's REST-based API can be used to push/pull data to/from it & integrate it with other systems

apiKey HTTPS CORS: unknown

CloudConvert

Online file converter for audio, video, document, ebook, archive, image, spreadsheet, presentation

apiKey HTTPS CORS: unknown

Code::Stats

Automatic time tracking for programmers

apiKey HTTPS CORS: no

CraftMyPDF

Generate PDF documents from templates with a drop-and-drop editor and a simple API

apiKey HTTPS CORS: no