/accesskeys/add
📩 Request Body Parameters
Responses
✅ 200 OK Response Body Parameters
{
"id": "d698c2a4-9aae-470d-bc85-727a70cf8838",
"key":
{
"identification": "0001234567890",
"type": "proximity",
},
"valid_from_date": "2020-09-01T00:00:00Z",
"valid_to_date": "2020-10-01T14:00:00Z",
"access_levels":
[
"ce8e881e-1392-4f53-b7c2-35eeb3ecaf3b"
],
"person":
{
"id": "14f47083-3b38-4c80-bbcf-9404bd4c08c7",
"first_name": "xk561bv",
"last_name:" "s2mp6z"
}
}AddAccessKeyResponse {
id (string(uuid)),
key (AccessKey),
valid_from_date (string),
valid_to_date (string),
access_levels (array[string(uuid)]),
person (Person)
}Models
AccessKey Model
Person Model
Examples
Last updated