Skip to content

Interface: SdkIntegrationsGenerateExternalWebSdkLinkRequest

Describes the structure of the request for the sdkIntegrationsGenerateExternalWebSdkLink method

Work with applicants

externalUserId

Optional externalUserId: string

An external user ID on your side.

See

Generate external WebSDK link API Reference

Defined in

src/client.ts:1388


lang

Optional lang: string

The language for WebSDK in ISO 639-1 format.

See

Generate external WebSDK link API Reference

Defined in

src/client.ts:1394


levelName

levelName: string

A verification level name. Case-sensitive and has to be created in the same environment. If contains reserved characters (e.g., @, +", white spaces as %20), it should be URL-encoded, otherwise you may get signature mismatch.

See

Generate external WebSDK link API Reference

Defined in

src/client.ts:1382


ttlInSecs

Optional ttlInSecs: number

A lifespan of the link in seconds.

See

Generate external WebSDK link API Reference

Defined in

src/client.ts:1400