NOTE: Your app key must have full access to manage scanners.

Resource URL

https://api.passslot.com/v1/scanners/:id

Example Request

Request

GET https://api.passslot.com/v1/scanners/1

Response

{
   "id":1,
   "name":"Scanner 1",
   "type":"PassVerifier",
   "authenticationToken":"abcdefghijklmnopqrst",
   "passverifierAuthorizationURL":"passverifier://setToken/abcdefghijklmnopqrst",
   "fullAccess":true
}

Resource Information

HTTP Method GET
API Version 1
Requires Authentication? Yes
Response Format JSON
Response Object Scanner