Generate A Live Session Token
Generate a Live Session Token shared secret and gain access to Web API.
Headers
Authorization
OAuth 1.0a authorization request header for request to /live_session_token endpoint.
Response
Success response with Diffie-Hellman challenge and Signature value
diffie_hellman_challenge
Diffie-Hellman challenge value used to compute live session token locally by client.
live_session_token_signature
Signature value used to validate successful client-side computation of live session token.
live_session_token_expiration
Unix timestamp in milliseconds of time of live session token computation by IB. Live session tokens are valid for 24 hours from this time.
Errors
401
Unauthorized Error
503
Service Unavailable Error

