Skip to main content

acs_entrance.added

An access system entrance was added.
Example webhook payload
{
  "acs_entrance_id": "00000000-0000-0000-0000-000000000000",
  "acs_system_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "acs_entrance.added",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
acs_entrance_id
String (UUID)
ID of the affected entrance.
acs_system_id
String (UUID)
ID of the access system.
connected_account_id
String (UUID)
ID of the connected account.
created_at
String (ISO 8601)
Date and time at which the event was created.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: acs_entrance.added
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.

acs_entrance.removed

An access system entrance was removed.
Example webhook payload
{
  "acs_entrance_id": "00000000-0000-0000-0000-000000000000",
  "acs_system_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "acs_entrance.removed",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
acs_entrance_id
String (UUID)
ID of the affected entrance.
acs_system_id
String (UUID)
ID of the access system.
connected_account_id
String (UUID)
ID of the connected account.
created_at
String (ISO 8601)
Date and time at which the event was created.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: acs_entrance.removed
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.