Skip to main content
@sorraia/sdk is the official TypeScript client. It’s generated from the same OpenAPI spec that powers the API reference, so it always matches the live API, and it bundles a webhook signature verifier.

Install

Quickstart

Instantiate the client with your API key, then call the resource namespaces:

Ingesting submissions

Pass an idempotencyKey to safely retry without creating duplicates (see Submissions):

Verifying webhooks

The SDK bundles a constant-time signature verifier — no extra dependency:
See Webhooks for the full verification guide.

Resource namespaces