Top Clients

Get Cakes

GET https://staging.billeasy.in/api/customers/top_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

{
  "success": true,
  "msg": "true msg.",
  "data": [
    {
      "attributes": {
        "client_type": 2,
        "company_name": "Amazon Pay",
        "is_verification_enabled": false,
        "is_edison_bill": false,
        "shared": false,
        "twitter_handle": "@amazonpay",
        "verified": false
      },
      "id": "250",
      "type": "clients"
    },
    {
      "attributes": {
        "client_type": 2,
        "company_name": "BookMyShow",
        "is_verification_enabled": false,
        "is_edison_bill": false,
        "shared": false,
        "twitter_handle": "@bookmyshow",
        "verified": false
      },
      "id": "252",
      "type": "clients"
    },
    {
      "attributes": {
        "client_type": 2,
        "company_name": "Xiaomi",
        "is_verification_enabled": false,
        "is_edison_bill": false,
        "shared": false,
        "twitter_handle": "@XiaomiIndia",
        "verified": false
      },
      "id": "270",
      "type": "clients"
    },
    {
      "attributes": {
        "client_type": 2,
        "company_name": "Zomato",
        "is_verification_enabled": false,
        "is_edison_bill": false,
        "shared": false,
        "twitter_handle": "@ZomatoIN",
        "verified": false
      },
      "id": "238",
      "type": "clients"
    },
    {
      "attributes": {
        "client_type": 2,
        "company_name": "Google",
        "is_verification_enabled": false,
        "is_edison_bill": false,
        "shared": false,
        "twitter_handle": "@GoogleIndia",
        "verified": false
      },
      "id": "251",
      "type": "clients"
    },
    {
      "attributes": {
        "client_type": 2,
        "company_name": "Paytm",
        "is_verification_enabled": false,
        "is_edison_bill": false,
        "shared": false,
        "twitter_handle": "@paytm",
        "verified": false
      },
      "id": "271",
      "type": "clients"
    },
    {
      "attributes": {
        "client_type": 2,
        "company_name": "Uber",
        "is_verification_enabled": false,
        "is_edison_bill": false,
        "shared": false,
        "twitter_handle": "@Uber_India",
        "verified": false
      },
      "id": "247",
      "type": "clients"
    }
  ]
}

Last updated