The acs_encoder Object
Represents a hardware device that encodes credential data onto physical cards within an access control system. Some access control systems require credentials to be encoded onto plastic key cards using a card encoder. This process involves the following two key steps:- Credential creation Configure the access parameters for the credential.
- Card encoding Write the credential data onto the card using a compatible card encoder.
- ACS Encoder
An access system encoder resource.
Properties
acs_encoder_id UUID
ID of the [encoder](https://docs.seam.co/latest/low-level-apis/access-systems/working-with-card-encoders-and-scanners.
acs_system_id UUID
ID of the access control system that contains the encoder.
connected_account_id UUID
ID of the connected account that contains the encoder.
created_at Datetime
Date and time at which the encoder was created.
display_name String
Display name for the encoder.
errors List of Objects
Errors associated with the encoder.
workspace_id UUID
ID of the workspace that contains the encoder.
Events
acs_encoder.added
An access system encoder was added.
acs_encoder.removed
An access system encoder was removed.
Endpoints
/acs/encoders/encode_credential
Encodes an existing credential onto a plastic card placed on the specified encoder. Either provide an acs_credential_id or an access_method_id
/acs/encoders/get
Returns a specified encoder.
/acs/encoders/list
Returns a list of all encoders.
/acs/encoders/scan_credential
Scans an encoded acs_credential from a plastic card placed on the specified encoder.
