Devices
Get Cakes
POST
https://staging.billeasy.in/api/customers/devices
This endpoint allows you to get free cakes.
Headers
Name
Type
Description
Content-Type
string
x-customer-number
string
x-customer-token
string
x-api-access
string
x-api-secret
string
Authentication token to track down who is emptying our stocks.
Request:=
{
"device": {
"customer_id": "607",
"platform": "android",
"token": "cs7N8qsb4Wk:APA91bHAlTEswacE1uGIZ4fRiV5QfedLIVNDROrzq-oQsktZB80yg_D2DjnT0znK1Ftn7S-YtApMAeXp8UYxa1Sp1_2SZtyVnhR8m8F4oVMZ7sEcSjLLjYDpIGwGFjb9utk-3vBGZclx"
}
}
Response:=
{
"success": true,
"msg": "Device logged successfully",
"data": {}
}
Last updated
Was this helpful?