Scan a Credential

Scans an encoded acs_credential from a plastic card placed on the specified encoder.

POST /acs/encoders/scan_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_encoder_id String (Required)

ID of the encoder to use for the scan.


Response

action_attempt

SCAN_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