Send feedback

Get Cakes

POST https://staging.billeasy.in/api/customers/send-feedback

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:

{
  "feedbacks": {
    "app_client": "android",
    "content": "Hello Developer, Having Fun???",
    "customer_id": "551",
    "device_model": "Google Android SDK built for x86",
    "device_os": "7.0 24",
    "feedback_type": "feature"
  }
}

Response:

{
  "success": true,
  "msg": "Feedback received",
  "data": {}
}

Last updated