Encode a Credential
POST /acs/encoders/encode_credential ⇒ { action_attempt }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-workspaceheader in the request.
Request Parameters
acs_credential_id
acs_credential_idType: string
Required: Yes
ID of the acs_credential to encode onto a card.
acs_encoder_id
acs_encoder_idType: string
Required: Yes
ID of the acs_encoder to use to encode the acs_credential.
Return Type
ENCODE_CREDENTIAL
ENCODE_CREDENTIALEncoding credential data from physical encoder.
action_attempt_id
action_attempt_idFormat: UUID
The ID of the action attempt.
action_type
action_typeFormat: String
error
errorFormat: Object
---
result
resultFormat: 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
statusFormat: Enum
Possible enum values:
successpendingerror
Last updated
Was this helpful?

