LendingClub web service APIs are completely stateless which means that the authentication credentials need to be sent with every request when invoking any operation. The method for
authentication is detailed below.
The Authorization header like the following needs to be provided -
In order to obtain the authentication token, follow the steps below —
Login to www.lendingclub.com
Click the "Settings" link on the top right
If you already have a key generated, it will be visible
in the API Settings section. Clicking on "Refresh" will generate a new
key.
Note: As soon as a new key is generated, any new requests using the old key will be rejected.