Retrieve available servers for items in the user's cart
Cart Endpoints
Selecting Servers List
Fetches the list of selectable servers associated with items in the user’s cart. Only items that allow server selection and are of type ‘CMD_SERVER’ are included.
POST
Retrieve available servers for items in the user's cart
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successfully retrieved the selectable servers.
A dictionary where each key is an item ID and each value is a list of servers available for that item.

