Encoders
acs_encoder
acs_encoderRepresents a hardware device that encodes credential data onto physical cards within an access control system. See also Working with Card Encoders and Scanners.
acs_encoder_id
acs_encoder_idFormat: UUID
ID of the [encoder](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners.
acs_system_id
acs_system_idFormat: UUID
ID of the access control system that contains the encoder.
created_at
created_atFormat: Datetime
Date and time at which the encoder was created.
display_name
display_nameFormat: String
Display name for the encoder.
errors
errorsFormat: List
Item format: Object
Errors associated with the encoder.
error_code Format: String
Unique identifier of the type of error. Enables quick recognition and categorization of the issue.
message Format: String
Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
---
workspace_id
workspace_idFormat: UUID
ID of the workspace that contains the encoder.
Endpoints
Encodes an existing credential onto a plastic card placed on the specified encoder.
Returns a list of all encoders.
Scans an encoded acs_credential from a plastic card placed on the specified encoder.
Events
acs_encoder.added
acs_encoder.addedAn ACS encoder was added.
acs_encoder_id Format: UUID
ID of the ACS encoder.
acs_system_id Format: UUID
ID of the ACS system.
connected_account_id Format: UUID
ID of the connected account.
workspace_id Format: UUID
ID of the workspace.
---
acs_encoder.removed
acs_encoder.removedAn ACS encoder was removed.
acs_encoder_id Format: UUID
ID of the ACS encoder.
acs_system_id Format: UUID
ID of the ACS system.
connected_account_id Format: UUID
ID of the connected account.
workspace_id Format: UUID
ID of the workspace.
---
Last updated
Was this helpful?

