Requests the reprocessing of the envelope's certificate, which contains the audit logs associated with the envelope. This process ensures that the latest version of the certificate is generated, reflecting any updates or changes made to the envelope. Note that the system automatically processes the certificate file whenever necessary. Ensure the provided envelope ID is valid and the envelope is in a state that allows certificate reprocessing.
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Path Params
Body Params application/json
Example
{}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.signater.com/v1/ecm/envelopes//certificate' \
--header'Content-Type: application/json' \
--header'x-api-token;' \
--data-raw'{}'