Get List IDs Created By The Caller's Master Account
Returns all list IDs created by the authenticated caller’s own master account (or employer, in emp-track mode), same as the PTC portal’s Lists page.
Scope: restrictions.read
Security Policy: HTTPS
Headers
Authorization
RS256-signed JWT (Bearer format), signed with your registered private key. Must contain an accountId claim identifying the master account. A missing or invalid token returns HTTP 401.
Query parameters
masterUserName
IBKR master username of the authenticated caller. Max 64 characters.
isEmpTrack
Set to T for employer-track authorization.
Response
List IDs created by the caller's master account.
status
Always ok on success.
masterUserName
Echoed from the request.
lists
Lists created by the caller’s master account (or employer, in emp-track mode). Empty array when none.
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error

