Skip to main content

Install

Install a Kiota HTTP adapter in the application that will call Leadping:

Create a client

The SDK exports createLeadpingOpenApiClient. For most SDK integrations, pass it a Kiota request adapter that attaches Authorization: Bearer lp_.... Use Authorization: Bearer <leadping_user_access_token> only when acting as a signed-in user, and use Authorization: Bearer lp_src_... only when intentionally calling lead ingestion endpoints.
createLeadpingRequestAdapter is your application code. The generated SDK does not own token storage or API key handling.

Common calls

Use generated request body types from @leadping/sdk when creating or updating records.