Retrieve the contents of a basket.Note: The ID of a basket is any (strongly) unique identifier assigned by the caller. Baskets are associated with the user that first modifies them, preventing other users from updating the basket.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Responses
🟢200OK
application/json
List of items in the basket
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.managem.co.uk/basket/' \
--header'Authorization: Bearer <token>'