Get an Entrance
POST /acs/entrances/get β { acs_entrance }await seam.acs.entrances.get({
acs_entrance_id: "123e4567-e89b-12d3-a456-426614174000",
});{
"acs_system_id": "123e4567-e89b-12d3-a456-426614174000",
"acs_entrance_id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2024-04-05T07:57:05.323Z",
"display_name": "text"
}seam.acs.entrances.get(acs_entrance_id="123e4567-e89b-12d3-a456-426614174000")AcsEntrance(
acs_system_id="123e4567-e89b-12d3-a456-426614174000",
acs_entrance_id="123e4567-e89b-12d3-a456-426614174000",
created_at="2024-04-05T07:57:05.323Z",
display_name="text",
)Authentication Methods
Request Parameters
acs_entrance_id
acs_entrance_idReturn Type
Last updated
Was this helpful?

