Skip to main content
POST
/
acs
/
encoders
/
simulate
/
next_credential_scan_will_succeed
await seam.acs.encoders.simulate.nextCredentialScanWillSucceed({ acs_encoder_id: "182ea706-8e14-4921-8e57-ee18d5a7de31", scenario: "credential_exists_on_seam", acs_credential_id_on_seam: "123e4567-e89b-12d3-a456-426614174000", }); /* // void */
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
acs_encoder_id
string<uuid>
required

ID of the acs_encoder that will be used in the next request to scan the acs_credential.

acs_credential_id_on_seam
string<uuid>

ID of the Seam acs_credential that matches the acs_credential on the encoder in this simulation.

scenario
enum<string>
default:credential_exists_on_seam

Scenario to simulate.

Available options:
credential_exists_on_seam,
credential_on_encoder_needs_update

Response

OK

ok
boolean
required