generate_session
Complete authentication for Zerodha Kite Connect by exchanging a request token from the authorization redirect URL to establish a trading session.
Instructions
Generate session using request token. After user authorizes, call this with the request_token from the redirect URL to complete authentication.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | Account identifier (e.g., 'father', 'mother') | |
| request_token | Yes | Request token from redirect URL |