Getting Started
This guide assumes you are using Kvasyr Cloud at app.kvasyr.com.
1. Create Your Workspace
- Sign in to app.kvasyr.com.
- Confirm your account and choose a plan.
- Open your Dashboard.
2. Generate An API Key
From Dashboard -> API Keys, create a key for your integration service.
Store the key in your backend secret manager.
3. Create A Subscription
Most teams create subscriptions in the Dashboard:
- Open Subscriptions.
- Click New Subscription.
- Pick chain, contract scope, and event signature.
- Set your webhook URL and save.
If you are automating provisioning in a self-hosted/white-label setup, see Self-hosting API and the live interactive API reference and OpenAPI spec.
4. Verify Delivery In Dashboard
After events start flowing, use:
- Deliveries for status, retries, and failures.
- Events for stored payload visibility.
5. Validate Webhook Signatures
Always verify webhook signatures in your backend before processing payloads. Keep your secret rotation and replay protection policies strict.