Skip to main content

access_code.unmanaged.converted_to_managed

An unmanaged access code was converted successfully to a managed access code.
Example webhook payload
{
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_custom_metadata": {},
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_custom_metadata": {},
  "device_id": "00000000-0000-0000-0000-000000000000",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.unmanaged.converted_to_managed",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_id
String (UUID)
ID of the affected access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_id
String (UUID)
ID of the device associated with the affected access code.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.unmanaged.converted_to_managed
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.

access_code.unmanaged.failed_to_convert_to_managed

An unmanaged access code failed to be converted to a managed access code.
Example webhook payload
{
  "access_code_errors": [],
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "access_code_warnings": [],
  "connected_account_custom_metadata": {},
  "connected_account_errors": [],
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_warnings": [],
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_custom_metadata": {},
  "device_errors": [],
  "device_id": "00000000-0000-0000-0000-000000000000",
  "device_warnings": [],
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.unmanaged.failed_to_convert_to_managed",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_errors
Array
Errors associated with the access code.
access_code_id
String (UUID)
ID of the affected access code.
access_code_warnings
Array
Warnings associated with the access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_errors
Array
Errors associated with the connected account.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
connected_account_warnings
Array
Warnings associated with the connected account.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_errors
Array
Errors associated with the device.
device_id
String (UUID)
ID of the device associated with the affected access code.
device_warnings
Array
Warnings associated with the device.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.unmanaged.failed_to_convert_to_managed
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.

access_code.unmanaged.created

An unmanaged access code was created on a device.
Example webhook payload
{
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_custom_metadata": {},
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_custom_metadata": {},
  "device_id": "00000000-0000-0000-0000-000000000000",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.unmanaged.created",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_id
String (UUID)
ID of the affected access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_id
String (UUID)
ID of the device associated with the affected access code.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.unmanaged.created
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.

access_code.unmanaged.removed

An unmanaged access code was removed from a device.
Example webhook payload
{
  "access_code_id": "00000000-0000-0000-0000-000000000000",
  "connected_account_custom_metadata": {},
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_custom_metadata": {},
  "device_id": "00000000-0000-0000-0000-000000000000",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "access_code.unmanaged.removed",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
access_code_id
String (UUID)
ID of the affected access code.
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_id
String (UUID)
ID of the connected account associated with the affected access code.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_id
String (UUID)
ID of the device associated with the affected access code.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: access_code.unmanaged.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.