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-workspace header in the request.

Request Parameters

acs_credential_id

Type: string Required: Yes

ID of the acs_credential to encode onto a card.


acs_encoder_id

Type: string Required: Yes

ID of the acs_encoder to use to encode the acs_credential.


Return Type

action_attempt (action type: ENCODE_CREDENTIAL)

Last updated

Was this helpful?