Get started with the DataFast API:
- Generate API Key: Go to Website Settings > API and create a new key.
- Authenticate: Use the Bearer token scheme in the
Authorizationheader for all requests. - Base URL:
https://datafa.st/api/v1/
New API Endpoints:
- Create Custom Goal: Track specific user actions server-side. Send a
POSTrequest to/goalswithvisitorId,name, and optionaldescription. See docs. - Get Visitor Data: Retrieve identity, activity, and prediction data for a visitor. Send a
GETrequest to/visitors/{visitorId}. See docs.
Something missing? Suggest features ✍️








