Migrate personal token to OAuth token
documentedMigrate a Todoist personal token to an OAuth access token.
POST /sync/v9/access_tokens/migrate_personal_tokenAuthorizationno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.todoist.com/sync/v9/access_tokens/migrate_personal_token" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"client_id": "{{$client_id}}", "client_secret": "{{$client_secret}}", "personal_token": "{{$personal_token}}"}'