v1
latestOpenAPI 3.0.02026-07-2641723.8 KBCreate a session
Create a connection session and return a link URL that launches the frontend experience.
Session links expire after one hour. A new session link can be created at any time by creating another session for the active verification.
<Note>This endpoint is for payroll and banking verifications only.</Note>
post/v2/sessions
Request body
Example request
{
"configuration": {
"items": [
"item_000000001",
"item_000000002"
]
}
}Response
Example response
{
"configuration": {
"items": [
"item_000000001",
"item_000000002"
]
}
}