# LoneScale API Doc - [Overview](https://docs.lonescale.com/mcp/overview.md) - [Connect to Claude](https://docs.lonescale.com/mcp/connect.md) - [Examples](https://docs.lonescale.com/mcp/examples.md) - [Overview](https://docs.lonescale.com/cli/overview.md) - [lonescale enrich](https://docs.lonescale.com/cli/enrich.md) - [lonescale source](https://docs.lonescale.com/cli/source.md) - [lonescale companies search](https://docs.lonescale.com/cli/companies-search.md) - [lonescale result](https://docs.lonescale.com/cli/result.md) - [Recipes](https://docs.lonescale.com/cli/recipes.md) - [Authentication](https://docs.lonescale.com/authentication.md) - [Get user information](https://docs.lonescale.com/api-reference/endpoint/get.md): Get profile information - [Enrich Contacts](https://docs.lonescale.com/api-reference/endpoint/create.md): Start waterfall enrichment for contacts. - [Enrich Contacts (Sync)](https://docs.lonescale.com/api-reference/endpoint/enrich-sync.md): Enrich contacts synchronously and return results directly in the response — no webhook required. - [Verify Phone Number](https://docs.lonescale.com/api-reference/endpoint/verify-phone.md): Verify Phone Numbers [Special Access Required] - [Search Contacts](https://docs.lonescale.com/api-reference/endpoint/contact-sourcing.md): Search Contacts. - [Search Contacts (Sync)](https://docs.lonescale.com/api-reference/endpoint/contact-sourcing-sync.md): Search contacts synchronously and return results directly in the response — no webhook required. - [Search Company](https://docs.lonescale.com/api-reference/endpoint/companies-search.md): Resolve a single company by domain, LinkedIn id, LinkedIn slug, or name and return a stable, fixed-shape result. - [Available Fields](https://docs.lonescale.com/api-reference/crm-sync-fields.md) - [CRM Sync](https://docs.lonescale.com/api-reference/endpoint/crm-sync.md): Push contacts and/or companies directly into your connected CRM. LoneScale creates or updates the records asynchronously, applying the team-level integration field mappings already configured in LoneScale (create/update fields and unicity criteria). No workflow is involved. - [CRM Sync Status](https://docs.lonescale.com/api-reference/endpoint/crm-sync-status.md): Get the status and progress counters of a CRM sync run. - [CRM Sync Delivery Log](https://docs.lonescale.com/api-reference/endpoint/crm-sync-records.md): Delivery log of a CRM sync run: one entry per record with its final status (`synced` / `failed` / `pending`), the CRM ids created or updated, the error message when it failed and the number of attempts. Records not consumed yet (run still processing) are reported as `pending`. - [CRM Search](https://docs.lonescale.com/api-reference/endpoint/crm-search.md): Look up a contact in your connected CRM(s) and surface the record owner. Provide `email` and/or `linkedin_url`. Only connected CRMs are queried. Pipedrive and Sellsy search is email-only, so a linkedin-only lookup returns HubSpot/Salesforce matches only. - [CRM Mapping Preview](https://docs.lonescale.com/api-reference/endpoint/crm-mapping.md): Preview which CRM fields a `POST /trigger/crm-sync` will write: the team's resolved contact/company create & update field mappings, the unicity criteria used for matching, and whether creation is enabled. Read-only. - [List Webhooks](https://docs.lonescale.com/api-reference/endpoint/webhooks-list.md): List the platform webhooks configured for your team, so you can pass a `webhook_id` destination to `POST /trigger/crm-sync` (push records without a connected CRM). Deduped by URL. - [Get all lists](https://docs.lonescale.com/api-reference/endpoint/lists-get-all.md): Retrieve a paginated list of imported lists for the authenticated user, optionally filtered by entity type. - [Create a list](https://docs.lonescale.com/api-reference/endpoint/lists-create.md): Create a new imported list. - [Get a list](https://docs.lonescale.com/api-reference/endpoint/lists-get.md): Retrieve a specific list by ID. - [Delete a list](https://docs.lonescale.com/api-reference/endpoint/lists-delete.md): Delete a list. The list must not be actively used by any workflows. - [Get list items](https://docs.lonescale.com/api-reference/endpoint/lists-get-items.md): Retrieve paginated items from a specific list. - [Add an item to a list](https://docs.lonescale.com/api-reference/endpoint/lists-add-item.md): Add an item to a list. - [Remove an item from a list](https://docs.lonescale.com/api-reference/endpoint/lists-delete-item.md): Remove an item from a list. - [Contact Enrichment Payload](https://docs.lonescale.com/api-reference/webhookpayload/enrichment-payload.md) - [Search Contacts Payload](https://docs.lonescale.com/api-reference/webhookpayload/sourcing-payload.md) ## OpenAPI Specs - [openapi](/api-reference/openapi.json) ## Optional - [Documentation](https://docs.lonescale.com) - [Help Center](https://help-center.lonescale.com/)