Using svix-python-sdk with svix.com

Python integration

Install
pip install svix-python-sdk
Quick start
import svix-python-sdk

# Set your API key
client = svix_python_sdk.Client(api_key="YOUR_API_KEY")
List Applications
curl \
  -H "Authorization: Bearer $API_KEY" \
  /api/v1/app/
Health
curl \
  -H "Authorization: Bearer $API_KEY" \
  /api/v1/health/
List Event Types
curl \
  -H "Authorization: Bearer $API_KEY" \
  /api/v1/event-type/
SDK on GitHub 📄 API Docs
SDK
svix-python-sdk
Python
API
svix.com
svix.com
At a glance
Language Python
Endpoints52