v1

latestOpenAPI 3.0.02026-07-2667172347.6 KB
Qualified Electronic Signature

Resend signature passcode

If something went wrong entering the one-time passcode in the signature flow, use this endpoint to resend the passcode to the client. <br /><br /><img src="https://files.readme.io/310d4d3-Inline_Caution.svg" align="left" alt="Important" /> Important: <br />• Before using this endpoint, see the <a href="https://docs.fourthline.com/docs/qes-integration">integration guide</a>. <br /><code>signatureId</code> and <code>workflowId</code> are string identifiers that can be used interchangeably.

post/v1/signatures/{signatureId}/resendOtp

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.

Query parameters

lang'cs' | 'de' | 'en' | 'es' | 'fi' | 'fr' | 'it' | 'nl' | 'pl' | 'sk'

The language of the SMS message containing the one-time passcode to confirm the signature. <br /><br />Format: ISO 639-1 alpha-2 <br />Enum: <br />cs: Czech <br />de: German <br />en: English (default) <br />es: Spanish <br />fi: Finnish <br />fr: French <br />it: Italian <br />nl: Dutch <br />pl: Polish <br />sk: Slovak

Headers

Authorizationstring required

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

Response

Passcode resend accepted

object required

The request was accepted. The response body is empty.