authorize_connection
Authorize a live brokerage or data provider connection by completing the authentication flow in your browser. Must be logged into QuantConnect account.
Instructions
Authorize an external connection with a live brokerage or data provider.
This tool automatically opens your browser for you to complete the authentication flow. For the flow to work, you must be logged into your QuantConnect account on the browser that opens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| authorization | No | Authentication information from the data provider or brokerage, including the access token or refresh token. | |
| success | No | Indicate if the API request was successful. | |
| errors | No | List of errors with the API call. |