Skip to content

fetchSessionResults

fetchSessionResults(id, apiKey, verifierUrl?): Promise<SessionResultsData>

Fetch the verification results of a session.

string

The ID of the session.

string

The API key for the verifier API.

URL

The base URL for the verifier API. Defaults to the production API.

Promise<SessionResultsData>