cURL
curl --request PUT \ --url https://api.atlas.kitchen/storefronts/v1/cart/points \ --header 'Content-Type: application/json' \ --header 'X-Channel-Id: <api-key>' \ --header 'X-Session-Id: <api-key>' \ --data ' { "use_points": true } '
{ "use_points": true }
Merchant storefront identifier. Provided during onboarding.
Diner session identifier. Created by GET /channel and returned in the X-Session-Id response header.
GET /channel
X-Session-Id
Points preference updated
Was this page helpful?