Create Key

Create a key with a POST request to the endpoint.

The post body should contain the necessary data to create the key as a JSON object:

{
    "name": "Bob's Home Key",
    "description": "The front door key",
    "serialNumber": "XXXXX",
    "notes": "The cleaners come every Monday at 10:00",
    "pickupNote": "Don't mind the dog. He's harmless.",
    "address": {
        "street": "123 Main St.",
        "unit": "1A",
        "city": "Vancouver",
        "stateProv": "BC",
        "country": "Canada",
        "postalCode": "A1A1A1"
    }, 
    "homeLocation": { "id": 123456 },
    "organization": { "id": 123456 },
    "roaming": true
}

Returns a key object if the call succeeded.

Language
Credentials
Basic
base64
: