Faqs

Get Cakes

GET https://staging.billeasy.in/api/ customers/faqs

This endpoint allows you to get free cakes.

{
  "success": true,
  "msg": "true msg",
  "data": [
    {
      "id": "1",
      "type": "faqs",
      "attributes": {
        "category": "Bill related",
        "image_url": "https://s3.ap-south-1.amazonaws.com/billeasy-demo/uploads/help_support/bill%403x.png"
      }
    },
    {
      "id": "2",
      "type": "faqs",
      "attributes": {
        "category": "App related",
        "image_url": "https://s3.ap-south-1.amazonaws.com/billeasy-demo/uploads/help_support/iPhoneX%403x.png"
      }
    },
    {
      "id": "3",
      "type": "faqs",
      "attributes": {
        "category": "Loyalty",
        "image_url": "https://s3.ap-south-1.amazonaws.com/billeasy-demo/uploads/help_support/loyaltyCard%403x.png"
      }
    },
    {
      "id": "4",
      "type": "faqs",
      "attributes": {
        "category": "Account",
        "image_url": "https://s3.ap-south-1.amazonaws.com/billeasy-demo/uploads/help_support/account%403x.png"
      }
    }
  ]
}

Last updated