Simulate that the Next Credential Scan Will Fail
await seam.acs.encoders.simulate.nextCredentialScanWillFail({
acs_encoder_id: "182ea706-8e14-4921-8e57-ee18d5a7de31",
error_code: "no_credential_on_encoder",
});// voidcurl --include --request POST "https://connect.getseam.com/acs/encoders/simulate/next_credential_scan_will_fail" \
--header "Authorization: Bearer $SEAM_API_KEY" \
--json @- <<EOF
{
"acs_encoder_id": "182ea706-8e14-4921-8e57-ee18d5a7de31",
"error_code": "no_credential_on_encoder"
}
EOF{}Request Parameters
Response
PreviousSimulate that the Next Credential Encoding Will SucceedNextSimulate that the Next Credential Scan Will Succeed
Last updated
Was this helpful?

