-
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 settingsunder config menu (top right gear icon). - Select
Integrationstab. - Copy the
API tokenvalue and use it with todoist-js new instance.
- Go to Todoist App Management.
- Create a new app following the required steps.
- Copy
Your access tokenvalue underTest Tokensection 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.