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
*/
{}Encoders
Simulate that the Next Credential Scan Will Succeed
Simulates that the next attempt to scan a credential using the specified encoder will succeed. You can only perform this action within a sandbox workspace.
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
*/
{}Authorizations
api_keypat_with_workspaceconsole_session_with_workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
- Option 1
- Option 2
- Option 3
ID of the acs_encoder that will be used in the next request to scan the acs_credential.
ID of the Seam acs_credential that matches the acs_credential on the encoder in this simulation.
Scenario to simulate.
Available options:
credential_exists_on_seam, credential_on_encoder_needs_update Response
OK
The response is of type object.
Was this page helpful?