v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Contact Verification Endpoints

contact-verification/generate-embed-url

This endpoint generates an embed URL for contact verification. The URL can be used to embed a verification iframe for address, basic ID, or enhanced ID verification.

post/contact-verification/generate-embed-url

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

Linkstring

The generated embed URL

SingleUseTokenstring

Single-use token used to generate the embed URL

Example response

{
  "Link": "https://earthnode-dev.vopay.com/contact-verification?Token=abc123",
  "SingleUseToken": "abc123"
}