Verify a user's identity using Trinsic's hosted Widget flow.

Log in to see full request history
Body Params
string | null

The URL to redirect the user to after the widget session is complete.

Note: this should NOT be set if you intend to use Trinsic's Web UI SDK to launch the Widget
as an embedded iFrame or popup; in that case, session resolution is handled by our SDK, not via redirect.

array of strings | null

The list of allowed identity providers. If not specified, all available providers will be allowed.

providers
object | null

Information relating to a user; used to generated Identity Provider recommendations.

Responses

Response body
object
uuid
required

The ID of the newly-created Acceptance Session

string
required

The URL that should be used to invoke the Acceptance Session on your user's device.

You can use our frontend SDKs to launch the user into the Acceptance Session, or you can redirect the user's browser to this URL.

This URL is sensitive and as such can only be obtained once. If you need to obtain it again, you will need to create a new Acceptance Session.

string
required

The resultsAccessKey for the Acceptance Session.

This is an encrypted payload which contains the decryption key necessary to access the Session's Data Vault.

Save this securely in your systems; it must be passed back with any API call which requires access to the Session's Data Vault.

Trinsic cannot access a Session's Data Vault without this key.

401

Unauthorized

403

Forbidden

Language
Credentials