Generate An Access Token

View as MarkdownOpen in Claude
Request an access token for the IB username that has granted authorization to the consumer.

Headers

AuthorizationstringOptional

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.

Errors

401
Unauthorized Error
503
Service Unavailable Error