Sign in

Track or identify user

documented

Create or update a user profile and attach identifiers and attributes via the API.

POST /api/v2/users/trackUsersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.getvero.com/api/v2/events/track?auth_token={{GETVERO_SECRET}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"identity": {"id": {{$user_id}}, "email": "{{$email}}"}, "event_name": "{{$event_name}}", "data": {"product_name": "{{$product_name}}", "product_url": "{{$product_url}}"}, "extras": {"source": "{{$source}}", "created_at": "{{$created_at}}"}}'
Track or identify user · Vero · OpenIntegrations