latestOpenAPI 3.1.02026-08-22181751733.6 KB

67f9f562c2c6

tradingOAuth10A

Generate An Access Token

Request an access token for the IB username that has granted authorization to the consumer.

post/oauth/access_token

Headers

Authorizationstring

OAuth 1.0a authorization request header for request to /access_token endpoint.

Response

Success response with permanent OAuth access token

is_trueboolean

Indicates whether the authorizing username is paper or not.

oauth_tokenstring

Permanent OAuth access token for the consumer with respect to the authorizing username. 20 character hex value.

oauth_token_secretstring

OAuth token secret value. Base64-encoded string.