cURL
curl --request POST \ --url https://api.mpcvault.com/v1/resimulation \ --header 'Content-Type: application/json' \ --header 'x-mtoken: <api-key>' \ --data ' { "signingRequestUuid": "<string>" } '
{ "simulation": "aSDinaTvuI8gbWludGxpZnk=", "error": { "executeSigningRequestsErrorCode": "EXECUTE_SIGNING_REQUESTS_ERROR_CODE_UNSPECIFIED", "message": "<string>" } }
Re-run simulation for a signing request.
Your API token. Required for all API requests.
The UUID of the signing request to be simulated.
Success
The simulation of the signing request.
Show child attributes
Was this page helpful?