List all my keys

Retrieves the list of keys for logged in user.

URL:

https://api.keynest.com/api/v2/Key/KeyList

Sample Request

Get request with authorization header.

Sample Response [ JSON ]

                                {
                                  "KeyList": [
                                    {
                                      "KeyId": 1,
                                      "Title": "sample string 2",
                                      "CustomerId": 3,
                                      "CustomerName": "sample string 4",
                                      "PropertyId": "sample string 5",  
                                      "PostCode": "sample string 6",
                                      "IsGoUnlimited": true,
                                      "SubscriptionPlan": "sample string 8",
                                      "AddedOn": "2018-03-27T15:18:51.2660835+05:30"
                                    },
                                    {
                                      "KeyId": 1,
                                      "Title": "sample string 2",
                                      "CustomerId": 3,
                                      "CustomerName": "sample string 4",
                                      "PostCode": "sample string 5",
                                      "IsGoUnlimited": true,
                                      "SubscriptionPlan": "sample string 7",
                                      "AddedOn": "2018-03-27T15:18:51.2660835+05:30"
                                    }
                                  ]
                                }