Skip to main content
POST
/
acs
/
entrances
/
list
await seam.acs.entrances.list({ acs_system_id: "d34802da-d8e3-4d0b-98c3-16d6e18ed508", }); /* [ { "acs_entrance_id": "f74e4879-5991-4e2f-a368-888983dcfbfc", "acs_system_id": "d34802da-d8e3-4d0b-98c3-16d6e18ed508", "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_entrances": [
    {
      "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,
  "pagination": {
    "has_next_page": true,
    "next_page_cursor": "<string>",
    "next_page_url": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json
acs_credential_id
string<uuid>

ID of the credential for which you want to retrieve all entrances.

acs_entrance_ids
string<uuid>[]

IDs of the entrances for which you want to retrieve all entrances.

acs_system_id
string<uuid>

ID of the access system for which you want to retrieve all entrances.

connected_account_id
string<uuid>

ID of the connected account for which you want to retrieve all entrances.

customer_key
string

Customer key for which you want to list entrances.

limit
integer
default:900

Maximum number of records to return per page.

Required range: x > 0
location_id
string<uuid> | null
deprecated
page_cursor
string | null

Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.

String for which to search. Filters returned entrances to include all records that satisfy a partial match using display_name.

Minimum string length: 1
space_id
string<uuid>

ID of the space for which you want to list entrances.

Response

OK

acs_entrances
object[]
required
ok
boolean
required
pagination
object
required

Information about the current page of results.