Encodes an existing onto a plastic card placed on the specified .
POST /acs/encoders/encode_credential ⇒ { action_attempt }
Authentication Methods
Personal access token
Must also include the seam-workspace
header in the request.
To learn more, see .
Request Parameters
acs_credential_id
String (Required)
ID of the acs_credential
to encode onto a card.
acs_encoder_id
String (Required)
ID of the acs_encoder
to use to encode the acs_credential
.
Response
ENCODE_CREDENTIAL
{
action_attempt_id: [example value],
action_type: [example value],
error: [example value],
result: [example value],
status: [example value]
}