Encode a Credential

Encodes an existing credential onto a plastic card placed on the specified encoder.

POST /acs/encoders/encode_credential β‡’ { action_attempt }
Authentication Methods
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

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

action_attempt

ENCODE_CREDENTIAL

{
  action_attempt_id: [example value],
  action_type: [example value],
  error: [example value],
  result: [example value],
  status: [example value]
}

Last updated

Was this helpful?

Revision created

ci: Generate docs