cURL
curl --request POST \ --url https://{environment}.userpilot.io/v1/companies/identify \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "company_id": "comp_techstartup_2024", "metadata": { "name": "Acme Corporation", "industry": "Technology", "size": "100-500", "location": "San Francisco, CA", "website": "https://acme.com", "subscription_tier": "Enterprise", "annual_revenue": "$10M-$50M", "founded_year": "2020" } }'
This response does not have an example.
API authentication token in the format: Token {{API_KEY}} Obtain your API key from the Userpilot Environment Settings.
Token {{API_KEY}}
Accepted - Company identification successful
Was this page helpful?