Individual Identify
Endpoint
The endpoint URL uses the
analytex environment. For EU data residency, use
analytex-eu instead. See Environment
Settings for your specific endpoint.Headers
| Header | Value | Required |
|---|---|---|
Content-Type | application/json | Yes |
Authorization | Token {YOUR_API_KEY} | Yes |
Accept | application/json, text/plain, */* | Yes |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
company_id | string | Yes | Unique identifier for the company |
metadata | object | No | Key-value pairs describing the company (e.g., name, industry, etc.) |
Example
Response
A successful identification returns HTTP status code 200 OK.The
company_id field is required. Metadata values must be primitive types
(string, number, boolean, null).Bulk Operations
For bulk company identification and updates, see the dedicated documentation:- Bulk Identify Companies - For bulk company operations