Frycold API
Complete Store Management Platform
https://api.frycold.comOutlet Prestige
Multi-location outlet management with centralized control, location-specific configurations, and performance analytics.
GET
https://api.frycold.com/outletsList all outlet locations
settings Parameters
Name
Type
Required
Description
apikeystring
Yes
Your API authentication key
statusstring
No
Filter by status (active/inactive)
code Response Example
{ "outlets": [...], "total": 25 } GET
https://api.frycold.com/outlets/{outletId}Get outlet details and configuration
settings Parameters
Name
Type
Required
Description
apikeystring
Yes
Your API authentication key
outletIdstring
Yes
Outlet ID
code Response Example
{ "id": "...", "name": "...", "location": {...}, "config": {...} } GET
https://api.frycold.com/outlets/{outletId}/analyticsGet performance analytics for an outlet
settings Parameters
Name
Type
Required
Description
apikeystring
Yes
Your API authentication key
outletIdstring
Yes
Outlet ID
periodstring
No
Time period (day/week/month)
code Response Example
{ "outletId": "...", "revenue": 45000, "orders": 230, "avgOrder": 195.65 }
Need some help?
We all do sometimes; code is hard.
Get help now from our support team, or lean on the wisdom of the crowd by browsing #frycold tag the dev portals.
