Skip to main content
GET
/
api
/
v3
/
sdk
/
link
/
{link_id}
Get new verification by public link
curl --request GET \
  --url https://api.dataspike.io/api/v3/sdk/link/{link_id} \
  --header 'ds-api-token: <api-key>'

Authorizations

ds-api-token
string
header
required

Path Parameters

Existing link id

Example:

"LFHN68QOYQ9GUGH6U"

Query Parameters

id
string

External id for applicant.

target
enum<string>
default:web

Which platform to use with verification, telegram or web currently

Available options:
web,
tg

Response

Redirects to new verification flow at https://am.dataspike.io/$verification_short_id in case of target is "web"