Sign in

Authenticate long session

documented

Authenticate with username/password to obtain a long-lived token (legacy path).

POST /userStore/authenticateLongSessionUsersno 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)

I'm sorry—évernote's authenticateLongSession is not a public REST POST endpoint. According to Evernote's official Thrift API docs, authenticateLongSession is a method on the UserStore service (a Thrift RPC), not a REST URL you can POST to with JSON. There is no publicly documented HTTP URL like https://.../userStore/authenticateLongSession that you can call with a JSON body. The docs describe this as a Thrift call (with username, password, consumerKey, consumerSecret, deviceIdentifier, deviceDescription, and supportsTwoFactor) and note that this method is not available to most third‑party apps; OAuth is the typical authentication path instead. In other words, curl/REST is not the right tool for this endpoint. See the Thrift reference for UserStore.authenticateLongSession and related guidance. ([dev.evernote.com](https://dev.evernote.com/doc/reference/UserStore.html))