-
Notifications
You must be signed in to change notification settings - Fork 10
Getting access token
Marcos H edited this page Sep 11, 2019
·
2 revisions
You have 3 ways to get an access token.
- login into Todoist web.
- Go to
Todoist settings
under config menu (top right gear icon). - Select
Integrations
tab. - Copy the
API token
value and use it with todoist-js new instance.
- Go to Todoist App Management.
- Create a new app following the required steps.
- Copy
Your access token
value underTest Token
section and use it with todoist-js new instance.
Set up an app from Todoist App Management. You should implement a oAuth2 process with your Todoist application, using Todoist for authentication and letting the user to grant permissions. As result you'll get an access token.