Exchange request token for access token
documentedExchange a previously obtained request token for a user access token.
POST /v3/oauth/authorizeAuthenticationno 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://getpocket.com/v3/oauth/authorize" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d "consumer_key={{GETPOCKET_API_KEY}}&code={{$code}}"