await seam.acs.encoders.simulate.nextCredentialEncodeWillSucceed({
acs_encoder_id: "182ea706-8e14-4921-8e57-ee18d5a7de31",
scenario: "credential_is_issued",
});
/*
// void
*/
{}Encoders
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.
POST
/
acs
/
encoders
/
simulate
/
next_credential_encode_will_succeed
await seam.acs.encoders.simulate.nextCredentialEncodeWillSucceed({
acs_encoder_id: "182ea706-8e14-4921-8e57-ee18d5a7de31",
scenario: "credential_is_issued",
});
/*
// void
*/
{}Authorizations
api_keypat_with_workspaceconsole_session_with_workspaceclient_session_with_customer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
OK
The response is of type object.
Was this page helpful?