InstaClaim
    기능요금제소개
    개발자

    API, SDK, MCP 및 웹훅.

    개발자 플랫폼빠른 시작인증API 참조SDKMCPWebhooks오류페이지 매김비율 제한멱등성변경 로그마이그레이션 및 버전 관리 정책
    원본 API 문서OpenAPI YAMLAsyncAPI YAML
    1. 홈
    2. /
    3. 개발자
    4. /
    5. SDK

    SDK

    The official TypeScript SDK is generated and tested against the public OpenAPI contract.

    Install

    npm install @instaclaim/sdk
    

    Authentication

    Pass a tenant API key when constructing the client. Keep it server-side and send it only from trusted backend code.

    import { InstaClaimClient } from '@instaclaim/sdk';
    
    export const instaClaim = new InstaClaimClient({
      apiKey: process.env.INSTACLAIM_API_KEY,
    });
    

    Built-in behavior

    • Typed request and response models from the public contract.
    • Typed InstaClaimApiError for non-2xx responses.
    • Pagination helpers and examples for list endpoints.
    • Idempotency-key support on write calls.
    • Webhook signature verification helper.

    Drift protection

    The SDK operation mapping is checked against OpenAPI so public SDK methods cannot silently drift from public routes or point at internal surfaces.

    InstaClaim
    홈기능요금제소개기사문서개발자
    © instaClaim개인정보약관상세 상태 보기