Identity API
Use the Identity API to connect anonymous DataFast visitors to known users in your product.
This is useful for CRM enrichment, support tools, funnel analysis, and AI agents that need to understand which product users match website visitors.
| Endpoint | Method | Path | Purpose |
|---|---|---|---|
| Identify users | POST | /api/v1/identify | Link a DataFast visitor ID to your user ID and custom profile metadata |
Identify users
POST https://datafa.st/api/v1/identify
Send this endpoint from your backend after login, signup, or another event where you know the user behind a DataFast visitor.
Authentication
df_website API key for one website. NowebsiteIdquery parameter required.dft_account token withidentify:write. PasswebsiteIdas a query parameter.