Skip to main content
GET
Get a session by ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the verification session to retrieve (e.g. vs_...).

Pattern: ^vs_[A-Za-z0-9]{64}$

Response

Successful operation.

data
object
required
Example:
error
null
required