Generate An Access Token
Request an access token for the IB username that has granted authorization to the consumer.
Headers
Authorization
OAuth 1.0a authorization request header for request to /access_token endpoint.
Response
Success response with permanent OAuth access token
is_true
Indicates whether the authorizing username is paper or not.
oauth_token
Permanent OAuth access token for the consumer with respect to the authorizing username. 20 character hex value.
oauth_token_secret
OAuth token secret value. Base64-encoded string.
Errors
401
Unauthorized Error
503
Service Unavailable Error

