You can now verify the existence of a company in Spain and, when available, retrieve structured official company data.

Start a verification with the Company Verification creation endpoint POST /verifications/companies (see API reference).

  • The company_number: the NIF code: 9 characters (leading letter, 7 digits, and a control character).
  • Set country_code = ES

For more details on how to verify a company in Spain, please refer to our dedicated guide section here.

You can now retrieve a Verified Identity Proof in PDF format, including the ID documents used during the identification, for Qualified Electronic Signatures (QES) when the associated identification was completed through Video Verification via the endpoint GET /signature_requests/{signatureRequestId}/signers/{signerId}/verified_identity_proof/download.

This proof is available only if:

  • Have at least the API PRO plan;
  • the QES is successful,
  • the identification was performed via Video Verification,
  • the identification data has not been anonymized (the proof remains available until anonymization — currently 90 days after identification).

Not available for:

  • identifications completed using a Saved Identity (no access to underlying identity documents, so the proof cannot be provided).

For more details, please refer to our dedicated guide section.

API and Webhook Log retention now depends on your plan:

PlanLogs retention
Plus24 hours (NEW)
Pro7 days
Scale30 days (NEW)

For more details, see API & Webhook Logs.

We’ve shipped multiple improvements to theLogs pages in the app to help you debug faster and find the right events more easily:

  • Search logs by Signature Request ID to jump straight to a specific request.
  • GET requests are now recorded in the Logs.
  • Open log details in a full‑page view for better readability.
  • Filter logs by a custom time range.
  • Choose how many results to display per page.
  • Request and response bodies for multipart/form-data are now captured.
  • Filter logs by API key to isolate traffic per integration.
  • Access the Logs for a given Signature Request directly from its details page.

For more details, see API & Webhook Logs.

You can now duplicate an existing Signature Request to create a new one based on the same configuration.

To do so, call the POST/signature_requests (see API reference) endpoint, and provide the signature_request_id of the Signature Request you want to duplicate.

The API creates a new Signature Request in draft status with a new id.

Learn more in the guide.

To help you better orchestrate you flows, we're adding the required_document_typefield in the response of Company Registry Verification.

This fields provides you the company document required to justify the existence of the company based on it's legal form and registries. Possible values are : company_certificate (KBIS), business_registration_certificate or rne_certificate.

Currently these values are only returned when verifying a French company ("country":"FR") and can be used to call our Document Analysis endpoint.

You can now access Audit Trails for six additional Verification types, providing a detailed record of what happened, when, and with what result throughout each Verification. Audit Trails are now available for the following Verifications:

  • Video Identity Verification
  • Watchlist Screening
  • Proof of Address Verification
  • Bank Account Document Check
  • Bank Account Verification - Open Banking
  • Bank Account Verification - SEPAmail

Each supported Verification includes its own PDF Audit Trail, available via:

For more details, please refer to our dedicated guide section.


You can now disable the sending of Decline to Sign emails by configuring the disabled_notifications parameter on a Custom Experience directly in our app or through the API. Add any of the following values to disable the corresponding email:

  • signer.declined
  • approver.declined
  • sender.declined
  • follower.declined

This works for both newly created and existing Custom Experiences.

Configure this via the Custom Experience creation endpoint POST /custom_experiences or by updating an existing Custom Experience PATCH /custom_experiences.

Learn more about configuring Custom Experiences in our guide.