Created
May 21, 2014 17:58
-
-
Save jpotts18/0209698728ce26fcf7fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": 1, | |
| "name": "Office Front Lock", | |
| "serial_num": "123123123", | |
| "pre_shared_key": "", | |
| "static_code": "12341234", | |
| "status": "in use", | |
| "lock_type": "static", | |
| "description": "", | |
| "is_active": true, | |
| "team": { | |
| "id": 1, | |
| "name": "Parakeet", | |
| "address_1": "607 E Technology Ave", | |
| "address_2": "", | |
| "city": "Orem", | |
| "state": "UT", | |
| "zipcode": "84003", | |
| "logo": "", | |
| "phone": "8322570454" | |
| }, | |
| "user": { | |
| "id": 1, | |
| "email": "[email protected]", | |
| "first_name": "Jeff", | |
| "last_name": "Potter", | |
| "bio": null, | |
| "avatar_url": null, | |
| "phone": "" | |
| } | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment