Get Restriction IDs For An Account
Returns all restriction IDs for the given account. The account must be the caller’s master account or a direct sub-account. Returns 403 for both unauthorized and non-existent accounts to prevent ID enumeration.
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.
accountId
Master or sub-account ID. Max 64 characters.
isEmpTrack
Set to T for employer-track authorization.
Response
Restriction IDs for the account.
status
Always ok on success.
accountId
Echoed from the request.
restrictionIds
Restriction IDs for the account. Empty array when none.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error

