Request token
documentedObtain a temporary request token for OAuth flow.
GET https://www.evernote.com/oauthAuthenticationno 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://www.evernote.com/oauth" \
-X GET \
-H "Authorization: OAuth oauth_consumer_key=\"{{EVERNOTE_OAUTH_CONSUMER_KEY}}\", oauth_token=\"{{OAUTH2_ACCESS_TOKEN}}\", oauth_signature_method=\"HMAC-SHA1\", oauth_timestamp=\"{{OAUTH_TIMESTAMP}}\", oauth_nonce=\"{{OAUTH_NONCE}}\", oauth_signature=\"{{OAUTH_SIGNATURE}}\", oauth_version=\"1.0\", oauth_callback=\"{{EVERNOTE_OAUTH_CALLBACK}}\"" \
-H "Accept: application/json"