Customer Subscription
Customer Subscription
POST
{{BASE_URL}}/api/v1/fe/program/customer/add
This endpoint allows you to get free cakes.
Headers
Name
Type
Description
Authentication
string
Authentication token to track down who is emptying our stocks.
{
"status": 200,
"message": "Session created successfully",
"data": {
"customer_uuid": "508fb56e-9578-4b99-83b6-ebff46e2db30",
"session_uuid": "7ba802b0-4ac8-4288-8047-dad3046ac738"
}
}
{
"program_identifier": 49,
"customer_uuid": "508fb56e-9578-4b99-83b6-ebff46e2db30",
"module": "1ea7759a-6d49-488e-b8df-364f720707d8"
}
Last updated
Was this helpful?