Request OAuth token
documentedObtain a request token to begin the OAuth authorization flow.
POST /v3/oauth/requestAuthenticationno 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/request" \
-X POST \
-H "Content-Type: application/json; charset=UTF-8" \
-H "X-Accept: application/json" \
-d '{"consumer_key":"{{GETPOCKET_API_KEY}}","redirect_uri":"{{$redirect_uri}}"}'