NOTE: Your app key must have full access to manage scanners.
https://api.passslot.com/v1/scanners
			GET https://api.passslot.com/v1/scanners
		
[
   {
      "id":1,
      "name":"Scanner 1",
      "type":"PassVerifier",
      "authenticationToken":"abcdefghijklmnopqrst",
      "passverifierAuthorizationURL":"passverifier://setToken/abcdefghijklmnopqrst",
      "fullAccess":true
   },
   {
      "id":2,
      "name":"Scanner 2",
      "type":"Browser",
      "pin":"1234",
      "fullAccess":false,
      "allowedTemplates":[1]
   }
]
					| HTTP Method | GET | 
| API Version | 1 | 
| Requires Authentication? | Yes | 
| Response Format | JSON | 
| Response Object | Scanners |