- Package: leadping on PyPI
- Repository: leadpingai/leadping-python
Install
Create a client
The SDK exportsLeadpingOpenApiClient. 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.
create_leadping_request_adapter is your application code. The generated SDK does not own token storage or API key handling.
Common calls
leadping package when creating or updating records.
