Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Connect your users to Todoist for task management, project organization, and productivity tracking.
PropertyValue
Provider IDtodoist
CategoryProductivity
PKCENot supported
Token refreshNot supported (permanent tokens)
Redirect URIShown in Developer Portal

Step 1: Create a Todoist OAuth App

1

Go to the Todoist App Console

2

Create a new app

Click Create a new app, enter the app name and description, and submit.
3

Configure the redirect URI

Add the Alter callback URL from the Developer Portal to the OAuth redirect URL field.
4

Get your credentials

Copy the Client ID and Client Secret.
Never share your Client Secret publicly. Store it securely and only enter it in the Alter Vault Developer Portal.

Step 2: Add to Alter Vault

1

Open the Developer Portal

Go to portal.alterauth.com and navigate to your app.
2

Add Todoist provider

Go to OAuth Providers > Add Provider > Todoist.
3

Enter credentials

  • Client ID: Paste your Todoist Client ID
  • Client Secret: Paste your Todoist Client Secret
4

Select scopes

Choose the scopes your app needs.
5

Save

Click Save. The provider is now active.

Available Scopes

ScopeDescription
task:addAdd tasks to the user’s inbox
data:readRead all user data
data:read_writeRead and write all user data
data:deleteDelete user data
project:deleteDelete projects

Notes

  • Todoist tokens do not expire. There is no refresh token flow.
  • For most integrations, data:read or data:read_write is sufficient.
  • See the Todoist authorization documentation for more details.