Get KeyCode Status

This API is used to retrieve the current status of keyCode

URL:

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

Sample Request

                                {
                                  "KeyId": 1
                                 "CollectionCode": 1
                                }
                                

Sample Response [ JSON ]

                        { 
                          "KeyId": 1,
                          "Status": "Valid/InValid",
                          "IsPermanent": "true/false",
                        }