All clients
Get Cakes
GET
https://staging.billeasy.in/api/customers/all-clients
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.
{
"success": true,
"msg": "All clients",
"data": [
{
"id": "1",
"type": "clients",
"attributes": {
"company_name": "more.",
"company_logo": "https://billeasy-demo.s3.ap-south-1.amazonaws.com/uploads/client/company_logo/1/main_file.png",
"brand_color": "#e7382b",
"client_type": 1,
"twitter_handle": null,
"is_verification_enabled": true
}
},
{
"id": "307",
"type": "clients",
"attributes": {
"company_name": "Mad Over Donuts",
"company_logo": "https://billeasy-demo.s3.ap-south-1.amazonaws.com/uploads/client/company_logo/307/main_file.png",
"brand_color": "f68b33",
"client_type": 1,
"twitter_handle": null,
"is_verification_enabled": false
}
},
{
"id": "306",
"type": "clients",
"attributes": {
"company_name": "Billeasy Lifestyle Store ",
"company_logo": "https://billeasy-demo.s3.ap-south-1.amazonaws.com/uploads/client/company_logo/306/main_file.png",
"brand_color": "",
"client_type": 1,
"twitter_handle": null,
"is_verification_enabled": false
}
},
{
"id": "303",
"type": "clients",
"attributes": {
"company_name": "Billeasy Store",
"company_logo": "https://billeasy-demo.s3.ap-south-1.amazonaws.com/uploads/client/company_logo/303/main_file.png",
"brand_color": "0cc1b0",
"client_type": 1,
"twitter_handle": null,
"is_verification_enabled": false
}
},
{
"id": "8",
"type": "clients",
"attributes": {
"company_name": "Mc Donalds",
"company_logo": "https://billeasy-demo.s3.ap-south-1.amazonaws.com/uploads/client/company_logo/8/main_file.png",
"brand_color": "fcb827",
"client_type": 1,
"twitter_handle": null,
"is_verification_enabled": false
}
},
{
"id": "7",
"type": "clients",
"attributes": {
"company_name": "5asec",
"company_logo": "https://billeasy-demo.s3.ap-south-1.amazonaws.com/uploads/client/company_logo/7/main_file.png",
"brand_color": "448dc2",
"client_type": 1,
"twitter_handle": null,
"is_verification_enabled": false
}
},
{
"id": "2",
"type": "clients",
"attributes": {
"company_name": "Naturals Ice Cream",
"company_logo": "https://billeasy-demo.s3.ap-south-1.amazonaws.com/uploads/client/company_logo/2/main_file.png",
"brand_color": "#0f3fb8",
"client_type": 1,
"twitter_handle": null,
"is_verification_enabled": false
}
},
{
"id": "4",
"type": "clients",
"attributes": {
"company_name": "Bombay Light House",
"company_logo": "https://billeasy-demo.s3.ap-south-1.amazonaws.com/uploads/client/company_logo/4/main_file.png",
"brand_color": "#c90c32",
"client_type": 1,
"twitter_handle": null,
"is_verification_enabled": false
}
}
]
}
{
"success": false,
"msg": "all client not found",
"data": {}
}
Last updated