# Leadpipe Docs - [Leadpipe documentation](https://docs.leadpipe.com/index.md): Install a pixel, understand visitor data, connect your tools, or build with the Leadpipe APIs - [Get started](https://docs.leadpipe.com/guides/get-started.md): Install and verify a Leadpipe pixel, review identified visitors, and confirm your first delivery - [How Leadpipe works](https://docs.leadpipe.com/guides/how-leadpipe-works.md): Understand what Leadpipe identifies, what the data means, and how teams use it - [Product FAQ](https://docs.leadpipe.com/guides/common-questions.md): Answers about installation, visitor data, suppression, credits, integrations, and Orbit - [Manage pixels](https://docs.leadpipe.com/guides/manage-pixels.md): Create, verify, and control Leadpipe tracking pixels - [Use visitor insights](https://docs.leadpipe.com/guides/use-visitor-insights.md): Read visitor data, firmographics, and intent in Leadpipe - [Understanding data quality](https://docs.leadpipe.com/guides/understanding-data-quality.md): Judge Leadpipe data by usefulness, not by whether every field is filled - [Analytics dashboard](https://docs.leadpipe.com/guides/analytics-dashboard.md): Read traffic, quality, and credit usage from the Leadpipe dashboard - [Use Agent Lipo briefings](https://docs.leadpipe.com/guides/agent-lipo.md): Review Leadpipe's daily summaries of notable visitor activity - [Filter, save views, and segments](https://docs.leadpipe.com/guides/filter-save-views-and-segments.md): Turn raw visitor data into reusable workflows - [Suppress unwanted visitors](https://docs.leadpipe.com/guides/suppress-unwanted-visitors.md): Prevent internal, customer, or irrelevant traffic from affecting Leadpipe - [Credits and account status](https://docs.leadpipe.com/guides/credits-and-account-status.md): Check account health and distinguish visitor credits, company-lookup allowance, and Orbit access - [Integrations and delivery options](https://docs.leadpipe.com/guides/integrations-and-delivery-options.md): Choose the right path for getting Leadpipe data into the rest of your stack - [Set up integrations](https://docs.leadpipe.com/guides/set-up-integrations.md): Send Leadpipe visitor data into the tools your team already uses - [Set up webhooks](https://docs.leadpipe.com/guides/set-up-webhooks.md): Stream visitor identifications to your own systems - [Trial success guide](https://docs.leadpipe.com/guides/trial-success-guide.md): Run a Leadpipe trial in a way that proves real value quickly - [What to do with identified visitors](https://docs.leadpipe.com/guides/what-to-do-with-identified-visitors.md): Choose a practical workflow for Leadpipe instead of letting the data sit idle - [Sales play](https://docs.leadpipe.com/guides/sales-play.md): Use Leadpipe to surface high-fit visitors for fast sales follow-up - [Ads play](https://docs.leadpipe.com/guides/ads-play.md): Use Leadpipe data to recover more value from your paid and retargeting workflows - [Lifecycle email play](https://docs.leadpipe.com/guides/lifecycle-email-play.md): Use Leadpipe data in email, nurture, and outbound workflows that already exist - [Manage your team and account](https://docs.leadpipe.com/guides/manage-your-team-and-account.md): Control access, security, developer tools, billing, and account-level settings - [Agencies and partners](https://docs.leadpipe.com/guides/agencies-and-partners.md): Use Leadpipe as a repeatable client service - [Run Leadpipe for clients](https://docs.leadpipe.com/guides/run-leadpipe-for-clients.md): Create a repeatable operating model for client delivery - [Geography and privacy](https://docs.leadpipe.com/guides/compliance-and-geography.md): Check geographic coverage and the information needed to review your intended use of visitor data - [Troubleshooting](https://docs.leadpipe.com/guides/troubleshooting.md): Diagnose missing visitors, pixel verification, delivery failures, and API errors - [Search docs with AI](https://docs.leadpipe.com/guides/search-docs-with-ai.md): Connect an AI tool to the public Leadpipe documentation and distinguish docs search from product access - [Identification API overview](https://docs.leadpipe.com/api-reference/introduction.md): Programmatic access to Leadpipe identification, visitor data, and pixel management - [Make your first API request](https://docs.leadpipe.com/api-reference/quickstart.md): Check your organization API key and retrieve identified visitor data from your backend - [Authentication and errors](https://docs.leadpipe.com/api-reference/authentication-and-errors.md): Use an organization API key, handle endpoint-specific errors, and pace API requests - [Retrieve visitor data](https://docs.leadpipe.com/api-reference/data-api.md): Authenticate, retrieve visitor data and session summaries, pass pixel attribution, and query qualified visitors - [Query visitor data via API key](https://docs.leadpipe.com/api-reference/visitors/query-visitor-data-via-api-key.md): Returns resolved identified-person data for the organization owning the `X-API-Key`. Without `email`, the operation returns 50 people per one-based page, newest activity first; with `email`, it returns that person plus a session journey and summary. Identity aliases are represented as one person. `t… - [List privacy-bounded session summaries](https://docs.leadpipe.com/api-reference/visitors/list-privacy-bounded-session-summaries.md): Returns deterministic, cursor-paginated session summaries without detailed events, page sequences, full URLs, query strings, or fragments. `visitorId` is the lowercase SHA-256 value returned as `emailHash` by the visitor list and qualification endpoints. The signed cursor is bound to the API-key org… - [Query qualified visitor data via API key](https://docs.leadpipe.com/api-reference/visitors/query-qualified-visitor-data-via-api-key.md): Returns identified people matching either one saved segment or one canonical `ruleAst` for the organization owning the `X-API-Key`; provide exactly one source. `window` overrides the rule window for this request, and `pixelId` restricts matching to one owned pixel. Identity aliases are represented a… - [Create a pixel for a domain](https://docs.leadpipe.com/api-reference/pixels/create-a-pixel-for-a-domain.md): Creates a new tracking pixel. Authenticates via X-API-Key header. - [List all pixels for the organization](https://docs.leadpipe.com/api-reference/pixels/list-all-pixels-for-the-organization.md): Returns all non-deleted pixels belonging to the X-API-Key organization, newest creation first. Equal creation timestamps have no guaranteed tie-breaker. The list is not paginated; no matches returns an empty data array. Revoked keys and expired or suspended organizations are rejected. - [Update a pixel (pause, activate, or set path filters)](https://docs.leadpipe.com/api-reference/pixels/update-a-pixel-pause-activate-or-set-path-filters.md): Updates a pixel. Accepts status, excludedPaths, includedPaths, or any combination. Set paths to null to clear. Mutually exclusive: cannot have both includedPaths and excludedPaths set. Authenticates via X-API-Key header. - [Visitor suppression](https://docs.leadpipe.com/api-reference/visitor-suppression.md): Stop spending credits and firing automations on traffic you do not want - [List suppression rules](https://docs.leadpipe.com/api-reference/visitor-suppression/list-suppression-rules.md): Returns the organization's suppression rules, newest first. Suppressed visitors are still identified, but they consume no credits and trigger no webhooks or integrations. Paginated: `limit` defaults to 500 and caps at 5000. `counts` and `total` always describe the whole list, not the returned page.… - [Upload suppression rules (append)](https://docs.leadpipe.com/api-reference/visitor-suppression/upload-suppression-rules-append.md): Adds up to 25,000 rules in one call, on top of what is already stored; send more by posting again. There is no cap on how many rules an organization may keep. Values are normalized before storage (lowercased; domains lose scheme, `www.`, path and port), so re-uploading the same list is a no-op. Rows… - [Replace the suppression list](https://docs.leadpipe.com/api-reference/visitor-suppression/replace-the-suppression-list.md): Destructive sync: every existing rule is deleted and replaced by the submitted set, in one transaction. This is the endpoint to point at a source-of-truth file — re-post the whole list on every run and the stored list matches it exactly. Rules removed here stop suppressing from the next sync cycle o… - [Delete suppression rules in bulk](https://docs.leadpipe.com/api-reference/visitor-suppression/delete-suppression-rules-in-bulk.md): Deletes by rule id, by type+value, or both. Values are normalized the same way as on upload, so you can delete with the exact rows you uploaded without tracking ids. Unknown ids and values are ignored. Authenticates via X-API-Key header. - [List industries present in your visitor data](https://docs.leadpipe.com/api-reference/visitor-suppression/list-industries-present-in-your-visitor-data.md): Industry rules match the enriched company industry exactly (case-insensitive), so suppressing a value that never appears in your data is a silent no-op. This endpoint returns the industry values actually seen on your identified visitors, most common first, with the visitor count behind each and whet… - [Delete a single suppression rule](https://docs.leadpipe.com/api-reference/visitor-suppression/delete-a-single-suppression-rule.md): Deletes one rule by id. Authenticates via X-API-Key header. - [Account health and credit status](https://docs.leadpipe.com/api-reference/account/account-health-and-credit-status.md): Returns organization status, credit balance, pixel summary, and intent audience slots. Use this to check if your account is healthy and has remaining credits. - [Orbit API overview](https://docs.leadpipe.com/orbit-api/introduction.md): What Orbit is and how to authenticate to the Orbit API - [Build and export an audience](https://docs.leadpipe.com/orbit-api/examples.md): Validate an Orbit configuration, create an active audience, poll a run with a limit, and check a CSV export - [Find topics](https://docs.leadpipe.com/orbit-api/find-topics.md): Browse, filter, and search the topic inventory - [ICP filters](https://docs.leadpipe.com/orbit-api/icp-filters.md): Get available filter definitions and build audience rules - [Preview audience](https://docs.leadpipe.com/orbit-api/preview-audience.md): Validate audience configs, estimate audience size, and inspect sample rows - [Manage audiences](https://docs.leadpipe.com/orbit-api/manage-audiences.md): Create, activate, pause, list, and delete saved audiences - [Audience runs](https://docs.leadpipe.com/orbit-api/daily-runs.md): Queue manual runs and inspect materialized snapshots for an audience - [Get people](https://docs.leadpipe.com/orbit-api/get-people.md): Retrieve paginated hydrated results from a completed Orbit audience run - [Stats and export](https://docs.leadpipe.com/orbit-api/stats-and-export.md): Inspect run fill rates and export audience data to CSV - [Visitor overlap and analytics](https://docs.leadpipe.com/orbit-api/visitor-overlap.md): Find Orbit audience members who visited your website and compare completed audience runs - [Delivery options and access](https://docs.leadpipe.com/orbit-api/delivery-options.md): Choose how to retrieve Orbit contacts and understand the current destination authentication limitation - [Analyze site topics](https://docs.leadpipe.com/orbit-api/site-topics.md): Analyze site topics using the public Orbit API - [Browse topic inventory](https://docs.leadpipe.com/orbit-api/topic-inventory.md): Browse topic inventory using the public Orbit API - [Topic inventory facets](https://docs.leadpipe.com/orbit-api/topic-inventory-facets.md): Topic inventory facets using the public Orbit API - [Search topics](https://docs.leadpipe.com/orbit-api/topic-search.md): Search topics using the public Orbit API - [Audience filters](https://docs.leadpipe.com/orbit-api/audience-filters.md): Audience filters using the public Orbit API - [List saved intent topic lists](https://docs.leadpipe.com/api-reference/audience-builder/list-saved-intent-topic-lists.md): Returns saved topic lists owned by the authenticated organization, most recently updated first. The limit defaults to 50 and allows up to 100; there is no cursor or offset, and equal update timestamps have no guaranteed secondary ordering. No saved lists produces an empty list. - [Create a saved intent topic list](https://docs.leadpipe.com/api-reference/audience-builder/create-a-saved-intent-topic-list.md): Saves a named list of 1 to 250 topic identifiers in the authenticated organization. Duplicate topic identifiers are removed and the saved identifiers are sorted numerically. Source metadata is optional, and creating a list does not create an audience. - [Update a saved intent topic list](https://docs.leadpipe.com/api-reference/audience-builder/update-a-saved-intent-topic-list.md): Updates a saved topic list owned by the authenticated organization. Only supplied fields change; topic identifiers are deduplicated and sorted numerically. Source URL and keywords can be cleared with null. Existing audiences are not rewritten. - [Delete a saved intent topic list](https://docs.leadpipe.com/api-reference/audience-builder/delete-a-saved-intent-topic-list.md): Permanently deletes a saved topic list owned by the authenticated organization. Audiences previously created from the list are not deleted. - [Create an audience from a saved topic list](https://docs.leadpipe.com/api-reference/audience-builder/create-an-audience-from-a-saved-topic-list.md): Creates an audience in the authenticated organization from a saved topic list, optionally overriding the name, score thresholds, and filters. The audience defaults to draft and uses the list name when no name is supplied. Active creation requires audience access and counts toward the 50-audience lim… - [Preview an intent audience](https://docs.leadpipe.com/api-reference/audience-builder/preview-an-intent-audience.md): Counts and samples an audience using the latest available intent snapshot without saving an audience. Requires an authenticated organization member or API key. Sample contact details are masked, and counts can change as new intent data becomes available. - [Validate an intent audience config](https://docs.leadpipe.com/api-reference/audience-builder/validate-an-intent-audience-config.md): Validates and normalizes a topic, score, and filter definition without saving an audience or materializing contacts. Requires an authenticated organization member or organization API key. Returns the normalized configuration, configuration hash, and applied filter fields. - [Create an intent audience draft](https://docs.leadpipe.com/api-reference/audience-builder/create-an-intent-audience-draft.md): Saves an audience in the authenticated organization. New audiences default to draft; active creation requires an available audience slot or eligible one-shot access, and paused creation is rejected. The organization can save at most 50 audiences. This operation does not itself materialize contacts. - [List intent audiences](https://docs.leadpipe.com/api-reference/audience-builder/list-intent-audiences.md): Returns audiences belonging to the authenticated organization, optionally filtered by status, newest creation first. The limit defaults to 50 and allows up to 100; there is no cursor or offset. Equal creation timestamps have no guaranteed secondary ordering. An organization with no matches receives… - [Get an intent audience](https://docs.leadpipe.com/api-reference/audience-builder/get-an-intent-audience.md): Returns one audience owned by the authenticated organization, including its normalized configuration, topic labels, access type, and refresh state. An audience outside the organization is treated as not found. - [Update an intent audience](https://docs.leadpipe.com/api-reference/audience-builder/update-an-intent-audience.md): Updates the name, status, or configuration of an audience owned by the authenticated organization. Activation requires available audience access; pausing stops future automatic refreshes. Configuration updates affect future runs, not previously materialized results. - [Delete an intent audience](https://docs.leadpipe.com/api-reference/audience-builder/delete-an-intent-audience.md): Deletes an audience owned by the authenticated organization and its associated runs, materialized results, and exports. Export-file cleanup is best effort. A consumed one-shot trial remains consumed after deletion. This action cannot be undone. - [List people who are in intent audiences and visited the site](https://docs.leadpipe.com/api-reference/audience-builder/list-people-who-are-in-intent-audiences-and-visited-the-site.md): Returns the all-org overlap between latest completed intent audience runs and recent identified website visitors. Results are deduplicated by hashed email and include all latest audience matches for each person. - [Get matched intent topics over time for a website visitor](https://docs.leadpipe.com/api-reference/audience-builder/get-matched-intent-topics-over-time-for-a-website-visitor.md): Returns chronological intent audience runs where this hashed email appeared, including the topics matched in each run. Use audienceId to scope the history to one saved audience. - [List people in one intent audience who visited the site](https://docs.leadpipe.com/api-reference/audience-builder/list-people-in-one-intent-audience-who-visited-the-site.md): Returns the overlap between the latest completed run for this audience and recent identified website visitors. - [Get latest audience movement summary](https://docs.leadpipe.com/api-reference/audience-builder/get-latest-audience-movement-summary.md): Compares the latest completed run against the prior completed run and returns compact counts for people added, people removed, intent movement, topic movement, and website visits. - [Get audience run trends for charts](https://docs.leadpipe.com/api-reference/audience-builder/get-audience-run-trends-for-charts.md): Returns chronological per-run metrics and run-over-run movement counts for completed runs. - [Queue an intent audience materialization run](https://docs.leadpipe.com/api-reference/audience-builder/queue-an-intent-audience-materialization-run.md): Queues a materialization run for an active audience owned by the authenticated organization. Processing is asynchronous. An existing in-flight run can be returned instead of creating a duplicate; an Idempotency-Key makes retries return the same run. - [List intent audience runs](https://docs.leadpipe.com/api-reference/audience-builder/list-intent-audience-runs.md): Lists runs for an audience owned by the authenticated organization, newest creation first. The limit defaults to 25 and allows up to 100; there is no cursor or offset, and ties in creation time have no guaranteed secondary order. No runs produces an empty list. - [Get hydrated run results](https://docs.leadpipe.com/api-reference/audience-builder/get-hydrated-run-results.md): Returns a completed run and its materialized contact results for an audience owned by the authenticated organization. Offset pagination defaults to 100 rows with a maximum of 500, ordered by intent score descending, topic overlap descending, then email hash ascending. Queued or running runs return 2… - [Cancel a queued intent audience run](https://docs.leadpipe.com/api-reference/audience-builder/cancel-a-queued-intent-audience-run.md): Cancels a queued run owned by the authenticated organization and returns its updated state. Only queued runs can be cancelled; repeating cancellation or racing with processing returns a conflict. - [Get fill-rate stats for a completed intent audience run](https://docs.leadpipe.com/api-reference/audience-builder/get-fill-rate-stats-for-a-completed-intent-audience-run.md): Returns contact-field fill rates and intent-score statistics for a completed run owned by the authenticated organization. A run that is not completed returns a conflict; the statistics describe the stored run snapshot. - [Download a completed intent audience run as CSV](https://docs.leadpipe.com/api-reference/audience-builder/download-a-completed-intent-audience-run-as-csv.md): Streams a CSV of a completed audience run owned by the authenticated organization, capped at 300,000 rows. Response headers report the total result count and whether the export was truncated. Queued, running, failed, or cancelled runs cannot be exported. - [Create or reuse a stored CSV export for a completed run](https://docs.leadpipe.com/api-reference/audience-builder/create-or-reuse-a-stored-csv-export-for-a-completed-run.md): Creates a stored CSV for a completed audience run owned by the authenticated organization, or reuses an existing completed export. Returns export metadata and an expiring signed download URL. A concurrent export already being processed returns a conflict. - [List stored exports for a run](https://docs.leadpipe.com/api-reference/audience-builder/list-stored-exports-for-a-run.md): Lists stored CSV exports for an audience run owned by the authenticated organization, newest creation first. This unpaginated list is empty when no exports exist; it does not generate files or issue signed download URLs. - [Get a stored export and fresh signed download URL](https://docs.leadpipe.com/api-reference/audience-builder/get-a-stored-export-and-fresh-signed-download-url.md): Returns a completed stored export owned by the authenticated organization and a fresh, expiring signed download URL. The audience, run, and export identifiers must belong together. An export that is not completed returns a conflict. - [List Orbit integration apps](https://docs.leadpipe.com/api-reference/audience-builder/list-orbit-integration-apps.md): Returns the supported external audience integration apps. Requires a non-viewer organization member using bearer authentication; API keys cannot manage integrations. Requests share a 120-per-60-second allowance per source IP within this integration, destination, or delivery route family. - [List connected Orbit integration accounts](https://docs.leadpipe.com/api-reference/audience-builder/list-connected-orbit-integration-accounts.md): Refreshes connected EmailOctopus accounts for the authenticated organization and returns them most recently updated first. If the provider refresh fails, saved account state is returned. Requires a non-viewer member using bearer authentication; API keys are not allowed. The list is not paginated. Re… - [List EmailOctopus lists](https://docs.leadpipe.com/api-reference/audience-builder/list-emailoctopus-lists.md): Returns the lists available in a healthy EmailOctopus account owned by the authenticated organization. Requires a non-viewer member using bearer authentication. Provider list order is preserved; the response is not paginated. Requests share a 120-per-60-second allowance per source IP within this int… - [Get an EmailOctopus list and its fields](https://docs.leadpipe.com/api-reference/audience-builder/get-an-emailoctopus-list-and-its-fields.md): Returns one EmailOctopus list, its destination fields, and supported source fields for mapping audience contacts. The connected account must be healthy and owned by the authenticated organization. Requires a non-viewer member using bearer authentication. Requests share a 120-per-60-second allowance… - [List Orbit audience destinations](https://docs.leadpipe.com/api-reference/audience-builder/list-orbit-audience-destinations.md): Returns destinations for an audience owned by the authenticated organization, newest creation first. Requires a non-viewer member using bearer authentication. The list is not paginated; no destinations produces an empty list. Webhook signing secrets are omitted. Requests share a 120-per-60-second al… - [Create an Orbit audience destination](https://docs.leadpipe.com/api-reference/audience-builder/create-an-orbit-audience-destination.md): Creates a draft webhook or EmailOctopus destination for an audience owned by the authenticated organization. Requires a non-viewer member using bearer authentication. Webhook URLs must resolve to public addresses and subscribe to contact upserts. A new webhook signing secret is returned only in this… - [Get an Orbit audience destination](https://docs.leadpipe.com/api-reference/audience-builder/get-an-orbit-audience-destination.md): Returns a destination belonging to the selected audience and authenticated organization, including configuration and delivery counters but no webhook signing secret. Requires a non-viewer member using bearer authentication. Requests share a 120-per-60-second allowance per source IP within this integ… - [Update or pause an Orbit audience destination](https://docs.leadpipe.com/api-reference/audience-builder/update-or-pause-an-orbit-audience-destination.md): Updates or pauses a destination belonging to the authenticated organization. Requires a non-viewer member using bearer authentication. Configuration changes reset the delivery baseline; pausing cancels pending deliveries. This operation does not activate a destination. Requests share a 120-per-60-se… - [Delete an Orbit audience destination](https://docs.leadpipe.com/api-reference/audience-builder/delete-an-orbit-audience-destination.md): Permanently deletes a destination owned by the authenticated organization after cancelling pending deliveries. Requires a non-viewer member using bearer authentication. This does not delete the source audience or remove contacts already sent to the external service. Requests share a 120-per-60-secon… - [Activate an Orbit audience destination](https://docs.leadpipe.com/api-reference/audience-builder/activate-an-orbit-audience-destination.md): Activates a destination and approves the current audience definition for delivery. Requires a non-viewer member using bearer authentication and an organization eligible for delivery. With syncCurrent true, the latest completed matching audience run is scheduled for delivery when available; the retur… - [Queue an Orbit audience destination sync](https://docs.leadpipe.com/api-reference/audience-builder/queue-an-orbit-audience-destination-sync.md): Schedules delivery of the latest completed audience run to an active destination owned by the authenticated organization. Requires a non-viewer member using bearer authentication and delivery eligibility. Incremental mode sends changes; full_resync requests the full snapshot. Processing is asynchron… - [Test an Orbit audience destination without syncing contacts](https://docs.leadpipe.com/api-reference/audience-builder/test-an-orbit-audience-destination-without-syncing-contacts.md): Checks an organization-owned destination without syncing audience contacts. Requires a non-viewer member using bearer authentication and delivery eligibility. Webhook destinations receive a synthetic test event; EmailOctopus destinations have their account and list checked. Requests share a 120-per-… - [Rotate an Orbit webhook signing secret](https://docs.leadpipe.com/api-reference/audience-builder/rotate-an-orbit-webhook-signing-secret.md): Replaces the signing secret for a paused or draft webhook destination owned by the authenticated organization. Requires a non-viewer member using bearer authentication. The new secret is returned once and replaces the previous secret immediately. Requests share a 120-per-60-second allowance per sour… - [List Orbit audience deliveries](https://docs.leadpipe.com/api-reference/audience-builder/list-orbit-audience-deliveries.md): Returns deliveries for an audience owned by the authenticated organization, newest creation first, with a total count. Requires a non-viewer member using bearer authentication. Offset pagination defaults to 25 rows and allows at most 100. Equal creation timestamps have no guaranteed secondary order;… - [Get an Orbit audience delivery](https://docs.leadpipe.com/api-reference/audience-builder/get-an-orbit-audience-delivery.md): Returns an organization-owned delivery and a paginated list of failed or skipped members. Requires a non-viewer member using bearer authentication. Failure pagination defaults to 25 rows and allows at most 100; failures are ordered by creation time then identifier, both descending. Member email addr… - [Retry a failed or partial Orbit audience delivery](https://docs.leadpipe.com/api-reference/audience-builder/retry-a-failed-or-partial-orbit-audience-delivery.md): Retries a failed or partial delivery owned by the authenticated organization and reactivates its destination. Requires a non-viewer member using bearer authentication and delivery eligibility. The source snapshot must remain completed and unexpired, and its configuration must still match the approve… - [IP to company API overview](https://docs.leadpipe.com/ip-to-company/introduction.md): Look up stored company information for an IP address and handle results, usage, and errors - [Look up a company by IP address](https://docs.leadpipe.com/api-reference/visitors/look-up-a-company-by-ip-address.md): Look up stored company information for an IPv4 or IPv6 address. Each company result uses one lookup unit; a null result uses none. ## OpenAPI Specs - [openapi](/api-reference/openapi.json) - [openapi-data](https://api.aws53.cloud/openapi-data.json) - [openapi-intent](https://api.aws53.cloud/openapi-intent.json)