v1
latestOpenAPI 3.1.02026-07-24920300.7 KBRetrieve
Returns all items in a user's cart, based on the user's session ID.
get/carts/{session_id}/
Path parameters
session_idstring required
Unique Session ID
Response
200
Example response
{
"id": "62900-W01",
"offer_id": "4a10a0e1738f46bf9d81be56ea6d8d85",
"incentives": {
"initial": [
"83247a4134ac41f7adef1c0e0151e225"
],
"ongoing": [
"eedfcfbee1e34516978489f24ca5e187"
]
},
"quantity": 2,
"every": 30,
"every_period": 1
}