Skip to main content
Leadping SDKs provide typed models and route builders generated from the same OpenAPI specification as the API Reference. Use an SDK for applications that read or manage Leadping organization data. For an external system that only submits leads, direct source-key intake is usually simpler; see Send Leads.

Packages

Before creating a client

Each generated client requires a Microsoft Kiota request adapter supplied by your application. The adapter must:
  • use https://api.leadping.ai as the base URL;
  • attach the correct Bearer credential;
  • serialize requests and parse responses; and
  • integrate with your application’s HTTP, logging, and retry behavior.
The SDK does not manage sign-in, token refresh, key storage, or secret rotation.

Authentication

Read API Authentication before creating the request adapter.

Client entry points

Language guides

TypeScript

Python

.NET

Go

PHP

Java

SDK releases use vX.Y.Z versions. Review package release notes before upgrading and test generated model or route changes before production deployment.