Sign in

Migrate personal token to OAuth token

documented

Migrate a Todoist personal token to an OAuth access token.

POST /sync/v9/access_tokens/migrate_personal_tokenAuthorizationno implementation yet0 runs
No 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}}"}'