Simulate that the Next Credential Encoding Will Succeed

Simulates that the next attempt to encode a credential using the specified encoder will succeed. You can only perform this action within a sandbox workspace.

Simulates that the next attempt to encode a credential using the specified encoder will succeed.

Code

await seam.acs.encoders.simulate.nextCredentialEncodeWillSucceed({
  acs_encoder_id: "182ea706-8e14-4921-8e57-ee18d5a7de31",
  scenario: "credential_is_issued",
});

Output

// void
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 acs_encoder that will be used in the next request to encode the acs_credential.


scenario String

Scenario to simulate.


Response

void

Last updated

Was this helpful?