@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 anidempotencyKey to safely retry without creating duplicates (see
Submissions):
Verifying webhooks
The SDK bundles a constant-time signature verifier — no extra dependency:Resource namespaces
Links
- npm: @sorraia/sdk