Simulate that the Next Credential Encoding Will Succeed

POST /acs/encoders/simulate/next_credential_encode_will_succeed ⇒ void

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.

Authentication Methods

  • API key

  • Personal access token Must also include the seam-workspace header in the request.

Request Parameters

acs_encoder_id

Format: UUID Required: Yes

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


scenario

Format: Enum Required: No

Scenario to simulate.

Possible enum values:

  • credential_is_issued


Return Type

void

Last updated

Was this helpful?