cURL
curl --request POST \ --url https://{environment}.userpilot.io/v1/companies/identify \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "company_id": "<string>", "metadata": { "custom_company_property": "<string>" } } '
{}
API authentication token in the format: Token {{API_KEY}} Obtain your API key from the Userpilot Environment Settings.
Token {{API_KEY}}
The unique identifier for the company. This is the ID that Userpilot uses to identify the company.
Optional company metadata. You can add, remove, or modify any properties as needed for your use case.
Show child attributes
example: Company name, Industry, etc.
Accepted - Company identification successful
Was this page helpful?