Skip to main content
POST
/
radar
/
operator
/
v1
/
tracking-scripts
/
{trackingScriptId}
/
company
/
find
Identify company for a session
curl --request POST \
  --url https://api.snitcher.com/radar/operator/v1/tracking-scripts/{trackingScriptId}/company/find \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "session_uuid": "42b7c5e0-76c0-4f8d-9b7c-6b8e1a2d3f45"
}
'
{
  "ip": "203.0.113.42",
  "domain": "acme.com",
  "type": "business",
  "company": {
    "name": "Acme Inc",
    "domain": "acme.com",
    "website": "https://www.acme.com",
    "industry": "Software",
    "founded_year": "2012",
    "employee_range": "51-200",
    "annual_revenue": "$10M-$50M",
    "total_funding": "$25M",
    "location": "San Francisco, CA",
    "description": "Acme builds widgets for modern teams.",
    "phone": "+1 415 555 0100",
    "geo": {
      "country": "United States",
      "country_code": "US",
      "state": "California",
      "state_code": "CA",
      "postal_code": "94107",
      "city": "San Francisco",
      "street": null,
      "street_number": null
    },
    "profiles": [
      "<string>"
    ]
  },
  "geoIP": {
    "country": "United States",
    "country_code": "US",
    "city": "San Francisco",
    "state": "California"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.snitcher.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your personal access token (PAT) to authenticate

Path Parameters

trackingScriptId
string
required

Tracking script ID

Example:

"12345"

Body

application/json

Session context

session_uuid
string<uuid>

Lookup will be performed for this session UUID

Example:

"42b7c5e0-76c0-4f8d-9b7c-6b8e1a2d3f45"

Response

Company identified

ip
string
required
Example:

"203.0.113.42"

domain
string
required
Example:

"acme.com"

type
enum<string>
required
Available options:
business,
educational,
government
Example:

"business"

company
object
required
geoIP
object
required