For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Getting Started
    • Introduction
    • How Verifa Works
    • Quickstart
    • Choosing an Integration Method
  • Use Cases
    • KYC Onboarding
    • Age Verification
    • AML Compliance
    • Fraud Prevention
    • Marketplace Trust & Safety
  • Core Concepts
    • Overview
    • Sessions
    • Verifications & Checks
    • Workflows
    • Identities
    • Cases
    • Screening & Reports
    • Lists
  • Integration Guides
    • Overview
    • JavaScript SDK
    • Web Capture Flow
    • API-Only Integration
    • Mobile SDK
    • Webhooks Guide
    • MCP Server
    • Migrating from Persona
  • API Details
    • Overview
    • Authentication
    • Pagination
    • Rate Limiting
    • Versioning
    • Errors
    • Webhooks
    • Idempotency
    • Key Inflection
    • Data Access
    • Data Retention
  • Tutorials
    • Creating Your First Verification Session
    • Creating a Workflow
    • Receiving Webhooks & Validating Signatures
    • Handling Webhook Events
    • Custom Document Types & AI Extraction
  • Best Practices
    • Testing
    • Preventing Duplicates
    • Fraud Signals
    • Changelog
  • API Reference

API Reference

Was this page helpful?
Previous

List sessions

Next
Built with

The Verifa API is organized around REST. All requests and responses use JSON. Use your API key in the X-API-Key header to authenticate.

Base URL

https://api.withverifa.com/api/v1

Environments

EnvironmentKey prefixDescription
Sandboxvk_sandbox_Test freely — no real data processed
Livevk_live_Production verifications

Browse the endpoints below or jump to a specific resource:

  • Sessions — Create, retrieve, and manage verification sessions
  • Webhooks — Subscribe to real-time verification events
  • Identities — Look up and manage verified individuals
  • Workflows — Configure verification pipelines
  • Lists — Manage allow/deny lists for screening

New in 2026-04-17: GDPR Art. 15 export endpoints (GET /sessions/\{id\}/export, GET /identities/\{id\}/export), the screening-subject erasure endpoint (DELETE /screening-subjects/\{id\}/data), the dashboard account erasure endpoint (DELETE /me/account), and the dashboard session refresh endpoint (POST /auth/refresh). See the changelog for details.