Get version certificate
Seamlessly access the certificate file in PDF format, contributing to a secure and time-sensitive certification retrieval process.
End Point
API Description
This API endpoint, accessible through the specified URL, facilitates the retrieval of a download link for the PDF file corresponding to the certificate associated with a specific version identified by <version_id>
.
Usage Notes:
The provided link directs users to download the PDF file encapsulating the certificate details.
It is crucial to acknowledge that the download link holds validity for a limited duration, precisely 60 seconds. Users are advised to promptly utilize the link to ensure timely access to the certificate.
By utilizing this API, users can seamlessly access the certificate file in PDF format, contributing to a secure and time-sensitive certification retrieval process.
Method
POST
Attributes
Attribute | Type | Description |
---|---|---|
status | Integer | The HTTP status code indicating the success or failure of the request. |
message | String | A message providing additional information about the status of the request. |
result | Array of Objects | Contains an array of objects with information about the submitted file(s). |
result.certificateLink | String | The link to the certificate. It is a URL pointing to the location of the certificate file. |
Request
Response
Last updated