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
Action attempt to track encoding credential data from the physical encoder onto a card.
action_attempt_id
action_attempt_id
Format: UUID
ID of the action attempt.
action_type
action_type
Format: String
Type of action that the action attempt tracks.
status
status
Format: Enum
Possible enum values:
success
pending
error
Last updated
Was this helpful?