cURL
curl --request POST \ --url https://analytix.userpilot.io/v1/companies/bulk_identify \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "companies": [ { "company_id": "<string>", "metadata": { "subscription_status": "<string>", "subscription_plan": "<string>", "deal_size": "<string>", "monthly_active_users": "<string>", "platform_usage_score": "<string>", "account_manager": "<string>" } } ] }'
{ "end_time": "<any>", "file_size": 123, "filename": "<string>", "job_id": "<string>", "links": "<string>", "start_time": "<string>", "status": "<string>", "total_rows": 123, "type": "<string>" }
API authentication token in the format: Token {{API_KEY}} Obtain your API key from the Userpilot Environment Settings.
Token {{API_KEY}}
Accepted - Bulk identify
The response is of type object.
object
Was this page helpful?