Scan a Credential
Scans an encoded acs_credential from a plastic card placed on the specified encoder.
POST /acs/encoders/scan_credential β { action_attempt }
Request Parameters
acs_encoder_id
String (Required)
ID of the encoder to use for the scan.
Response
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?