Walver Python SDK Documentation
Installation
pip install walver-sdkConfiguration
API Key
from walver_sdk import Walver walver = Walver(api_key="your-api-key")WALVER_API_KEY=your-api-keyfrom walver_sdk import Walver walver = Walver() # Will use the API key from .env
Base URL
Timeout
Synchronous Client
Creating a Verification
Parameters
Parameter
Type
Required
Description
Managing Folders
Creating a Folder
Getting All Folders
Getting a Specific Folder
Getting Verifications in a Folder
Managing API Keys
Creating an API Key
Getting All API Keys
Deleting an API Key
Asynchronous Client
Error Handling
Custom Field Types
Type
Description
Token Gating
Complete Examples
Basic Verification
Token-Gated Verification with Email
Folder Management
Last updated