cURL
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.
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?