Using threads with svix.com

TypeScript integration

Install
npm install threads
Quick start
import Threads from 'threads';

const client = new Threads({ apiKey: "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
threads
TypeScript
API
svix.com
svix.com
At a glance
Language TypeScript
Endpoints52