POST
/
v1
/
companies
/
identify
Identify Company
curl --request POST \
  --url https://analytix.userpilot.io/v1/companies/identify \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "company_id": "<string>",
  "metadata": {
    "name": "<string>",
    "headquarter": "<string>",
    "industry": "<string>",
    "MRR": 123,
    "renual_date": "2023-12-25",
    "account_status": "<string>",
    "subscription_tier": "<string>",
    "customer_health_score": "<string>"
  }
}'
This response does not have an example.

Headers

Content-Type
string
Accept
string
Authorization
string
required

API authentication token in the format: Token {{API_KEY}} Obtain your API key from the Userpilot Environment Settings.

Body

application/json

Response

202

Accepted - Company identification successful