---
title: "Identify company for a session"
method: POST
path: "/radar/operator/v1/tracking-scripts/{trackingScriptId}/company/find"
tags: ["Company"]
---

# Identify company for a session

`POST /radar/operator/v1/tracking-scripts/{trackingScriptId}/company/find`

Returns company information for the current visitor's session when available. Provide a session UUID when you want to restrict lookup to a specific session.

## Path parameters

- `trackingScriptId` string, required

## Request body

- object
  - `session_uuid` string, uuid — Lookup will be performed for this session UUID
  - `since` string, date, nullable — Optional anchor date (ISO 8601, UTC). When provided, the session lookup is scoped to events on that single calendar day instead of the default last-2-days window — use it to identify sessions older than 2 days. The date must not be in the future or more than 30 days ago. Omit it to use the default window.

## Response `200`

Company identified

- object
  - `ip` string, required
  - `domain` string, required
  - `type` 'business' | 'educational' | 'government', required
  - `company` object, required
    - `name` string, required
    - `domain` string, required
    - `website` string, required
    - `industry` string, required
    - `founded_year` string, nullable, required
    - `employee_range` string, nullable, required
    - `annual_revenue` string, nullable, required
    - `total_funding` string, nullable, required
    - `location` string, nullable, required
    - `description` string, nullable, required
    - `phone` string, nullable, required
    - `geo` object, required
      - `country` string, nullable
      - `country_code` string, nullable
      - `state` string, nullable
      - `state_code` string, nullable
      - `postal_code` string, nullable
      - `city` string, nullable
      - `street` string, nullable
      - `street_number` string, nullable
    - `profiles` string[], required
  - `geoIP` object, required
    - `country` string, nullable
    - `country_code` string, nullable
    - `city` string, nullable
    - `state` string, nullable

## Other responses

- `401` — Unauthorized
- `404` — Not found or ISP identified

---

[API](https://skmtc.dev/snitcher/apis/snitcher-api.md) · [All operations](https://skmtc.dev/snitcher/apis/snitcher-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/snitcher/snitcher-api/revisions/cb6fa68e7c8e/schema)
