Retrieve OAuth2 Token

Use Basic Authentication to retrieve an OAuth2 token.

All Overledger APIs require an OAuth2 access token to be provided in the header's Authorization parameter, in the format ^Bearer [A-Za-z0-9\-_. ]{1,5010}$.

To generate an access token, use this API and set username = clientId and password = clientSecret where clientId and clientSecret are found in Quant Connect as described here.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!