Settings
Get Cakes
GET
https://staging.billeasy.in/api/ app/settings/3
This endpoint allows you to get free cakes.
Headers
Name
Type
Description
Content-Type
string
x-api-access
string
x-api-secret
string
{
"success": false,
"msg": "false msg.",
"data": {
"settings": {
"customer_signup_brands_minimum": 0,
"customer_signup_brands_maximum": 2
},
"app": {
"version": "1.0.0",
"os_version": 0
}
}
}
Last updated
Was this helpful?