Email customer search

Get Cakes

POST https://staging.billeasy.in/api/customer/search

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:

{
    "email": "mobile.billeasy@gmail.com",
    "username": "mobile.billeasy",
    "auth_code": "4/uQE7Odz9ydJS2V8Ac1a-fwqNwBQgor9MtsJ2ZpbM84F5O4XlL4cJzFQYEqTqJBLYnw0uSHrGrnMMFQaWy4Almos"
  }


Response:
{
  "success": true,
  "msg": "customer search done",
  "data": {
    "id": "320",
    "type": "customers",
    "attributes": {
      "email": "mobile.billeasy@gmail.com",
      "authentication_token": "EnTmvK8P8FGoJqDi1qnu",
      "mobile_number": "8777777789",
      "registration_complete?": true,
      "cards_selection_complete?": true,
      "name": "Billeasy e Solutions",
      "avatar": null,
      "pin": "5104",
      "is_google_linked": true,
      "is_mail_synced": true,
      "date_of_birth": null,
      "card_number": null
    }
  }
}

Last updated