Sign in

Revoke access token

documented

Revoke an OAuth access token.

POST /sync/v9/access_tokens/revokeAuthorizationno 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/revoke" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"client_id":"{{TODOIST_CLIENT_ID}}", "client_secret":"{{TODOIST_CLIENT_SECRET}}", "access_token":"{{OAUTH2_ACCESS_TOKEN}}"}'
Revoke access token · Todoist · OpenIntegrations