Skip to main content

Install

Create the client

The client defaults to https://api.leadping.ai. Set LEADPING_API_KEY to an organization API key. client.Users.Me requires a user access token; source keys are only for lead intake. The SDK does not store or refresh credentials. See API Authentication.

Call routes

Use generated request-body and model classes from Leadping.OpenApiClient when creating or updating records. Confirm endpoint contracts in the API Reference, and handle 429 responses using the rate-limit guide.