Encode a Credential
Encodes an existing credential onto a plastic card placed on the specified encoder.
Authentication Methods
API key
Personal access token Must also include the
seam-workspace
header in the request.
Request Parameters
acs_credential_id
acs_credential_id
Type: string
Required: Yes
ID of the acs_credential
to encode onto a card.
acs_encoder_id
acs_encoder_id
Type: string
Required: Yes
ID of the acs_encoder
to use to encode the acs_credential
.
Return Type
ENCODE_CREDENTIAL
ENCODE_CREDENTIAL
Encoding credential data from physical encoder.
action_attempt_id
action_attempt_id
Format: UUID
The ID of the action attempt.
action_type
action_type
Format: String
error
error
Format: Object
result
result
Format: Object
Means by which an ACS user gains access at an entrance. The acs_credential
object represents a credential that provides an ACS user access within an access control system. For each acs_credential
object, you define the access method. You can also specify additional properties, such as a PIN code.
status
status
Format: Enum
Possible enum values:
success
pending
error
Last updated
Was this helpful?