Fetch Customer Session Summary
Get Cakes
GET
{{BASE_URL}}/api/v1/fe/customer/session/summary?customerUuid=[customer_uuid]&sessionUuid=[session_uuid]
This endpoint allows you to get free cakes.
Path Parameters
Name
Type
Description
session_uuid
string
ID of the cake to get, for free of course.
Headers
Name
Type
Description
Authentication
string
Authentication token to track down who is emptying our stocks.
Last updated