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
Authorization
header for all requests. - Base URL:
https://datafa.st/api/v1/
New API Endpoints:
- Create Custom Goal: Track specific user actions server-side. Send a
POST
request to/goals
withvisitorId
,name
, and optionaldescription
. See docs. - Get Visitor Data: Retrieve identity, activity, and prediction data for a visitor. Send a
GET
request to/visitors/{visitorId}
. See docs.
Something missing? Suggest features ✍️