Skip to main content
POST
/
acs
/
entrances
/
get
await seam.acs.entrances.get({
  acs_entrance_id: "c931c953-4a5b-4f66-9189-500d39959ad1",
});

/*
{
  "acs_entrance_id": "c931c953-4a5b-4f66-9189-500d39959ad1",
  "acs_system_id": "6a74a969-94ea-4383-b5cf-5e7da8c113d1",
  "connected_account_id": "1b9a3e0d-443f-4063-b619-4ca7e2a97751",
  "created_at": "2025-06-15T16:54:17.946495Z",
  "display_name": "Main Entrance",
  "errors": [],
  "visionline_metadata": {
    "door_category": "guest",
    "door_name": "Main Entrance",
    "profiles": [
      {
        "visionline_door_profile_id": "7f8e9d0a-1b2c-3d4e-5f6a-7b8c9d0e1f2a",
        "visionline_door_profile_type": "BLE"
      }
    ]
  }
}
*/
{
  "acs_entrance": {
    "acs_entrance_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "acs_system_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "connected_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created_at": "2023-11-07T05:31:56Z",
    "display_name": "<string>",
    "errors": [
      {
        "error_code": "<string>",
        "message": "<string>"
      }
    ],
    "space_ids": [
      "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    ],
    "assa_abloy_vostio_metadata": {
      "door_name": "<string>",
      "door_number": 123,
      "pms_id": "<string>",
      "stand_open": true
    },
    "brivo_metadata": {
      "access_point_id": "<string>",
      "site_id": 123,
      "site_name": "<string>"
    },
    "can_belong_to_reservation": true,
    "can_unlock_with_card": true,
    "can_unlock_with_cloud_key": true,
    "can_unlock_with_code": true,
    "can_unlock_with_mobile_key": true,
    "dormakaba_ambiance_metadata": {
      "access_point_name": "<string>"
    },
    "dormakaba_community_metadata": {
      "access_point_profile": "<string>"
    },
    "hotek_metadata": {
      "common_area_name": "<string>",
      "common_area_number": "<string>",
      "room_number": "<string>"
    },
    "latch_metadata": {
      "accessibility_type": "<string>",
      "door_name": "<string>",
      "door_type": "<string>",
      "is_connected": true
    },
    "salto_ks_metadata": {
      "battery_level": "<string>",
      "door_name": "<string>",
      "lock_type": "<string>",
      "locked_state": "<string>",
      "intrusion_alarm": true,
      "left_open_alarm": true,
      "online": true,
      "privacy_mode": true
    },
    "salto_space_metadata": {
      "audit_on_keys": true,
      "door_description": "<string>",
      "door_id": "<string>",
      "door_name": "<string>",
      "room_description": "<string>",
      "room_name": "<string>"
    },
    "visionline_metadata": {
      "door_name": "<string>",
      "profiles": [
        {
          "visionline_door_profile_id": "<string>"
        }
      ]
    }
  },
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
acs_entrance_id
string<uuid>
required

ID of the entrance that you want to get.

Response

OK

acs_entrance
object
required

Represents an entrance within an access control system.

ok
boolean
required