v1

latestOpenAPI 3.0.02026-07-2667172347.6 KB
Qualified Electronic Signature

Get certificate metadata

Use this endpoint to return the certificate metadata generated for a signature after the signing process is completed.<br /><br /><img src="https://files.readme.io/310d4d3-Inline_Caution.svg" align="left" alt="Important" /> Important: This endpoint can only be called when the signature status is signed. Otherwise, the API returns a 400 Bad Request response.

get/v1/signatures/{signatureId}/certificateInformation

Path parameters

signatureIdstring required

Our unique identifier for the signature. <br /><br />Format: uuid string <br /><br />Example: 790f325a-48c9-4b82-bb53-c0ea128236f0 <br /><img src="https://files.readme.io/8eb9022-Inline_Tip.svg" align="left"/>Tip: This is the same value as the workflowId returned in the Create workflow response.

Headers

Authorizationstring required

The access_token returned in your most recent Create access token response.

Response

The certificate metadata was retrieved successfully

certificateIdstring uuid nullable

Unique identifier of the certificate.

certificateTypestring nullable

Type of the certificate. <br /> Possible values DISPOSABLE or LONG-LIVED.

serialNumberstring nullable

Serial number of the certificate.

createdDatestring date-time nullable

Date and time when the certificate was created.