WebHook Details

To access webhook data ,main account holder who have api access need to login to https://secure.keynest.com and update Webhook URL in Profile section.

Webhook data will be always be in JSon format [ JSON ]

{
  "StoreList": [
    {
      "StoreId": 1,
      "StoreName": "sample string 2",
      "StoreTime": "sample string 3",
      "StoreDescription": "sample string 4",
      "StoreStreetAddress": "sample string 5",
      "StoreType": "sample string 6",
      "PostCode": "sample string 7"
      "Latitude": "sample string 8"
      "Longitude": "sample string 9"
    },
    {
      "StoreId": 1,
      "StoreName": "sample string 2",
      "StoreTime": "sample string 3",
      "StoreDescription": "sample string 4",
      "StoreStreetAddress": "sample string 5",
      "StoreType": "sample string 6",
      "PostCode": "sample string 7",
      "Latitude": "sample string 8"
      "Longitude": "sample string 9"
    }
  ]
}