Pular para o conteúdo

SDKs

Este conteúdo não está disponível em sua língua ainda.

There is no packaged npm/PyPI SDK yet — and you don’t need one to integrate. The API is a plain /v1 REST surface over HTTPS with a committed OpenAPI 3.1 spec:

  • REST + curl — the Quickstart has copy-paste curl for the whole verification lifecycle.
  • The spec — downloadable from the reference page (/openapi.json). It carries the server URL and the X-API-Key security scheme, so generated clients work out of the box.
  • Generated TypeScript types — the dashboard and hosted surfaces are built from types generated off this same spec; you can do the same with openapi-typescript (types) or any OpenAPI client generator (openapi-generator, orval, kiota, …) in your language.
  • Webhook verification — the Webhooks page has Python and Node HMAC signature-verification snippets you can drop in today.

If a packaged SDK ships later it will be announced in the changelog.