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
/
cart
/
getSelectServers
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
A dictionary where each key is an item ID and each value is a list of servers available for that item.