/get-info
https://[domain]/ws/fb/get-info
-
Service is used to view acceptable values for complex_asset_transfer.
-
Output will return an XML file with the acceptable values.
-
-
HTTP Request Type: POST

Name | Type | Description |
---|---|---|
CSID |
Client Service ID |
Unique identifier issued by Interactive Brokers.
|
info_type |
BROKER_LIST |
Type of data to be queried |
JSON Request
{
"CSID":"<client-service-id>",
"info_type":[“<type>"]
}
Sample
curl -k -H "Content-Type:application/json" -X POST https://qa.interactivebrokers.com/ws/fb/get-info -d '{"CSID":"TesterCSID","info_type":["BROKER_LIST"]}'