Identify Profile
documentedIdentify or update a profile's attributes without an event.
POST /api/identifyTrack & Identifyno implementation yet0 runsNo 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://a.klaviyo.com/api/identify" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"token": "{{$public_key}}", "properties": {"$email": "{{$email}}", "$first_name": "{{$first_name}}", "$last_name": "{{$last_name}}", "$city": "{{$city}}", "$region": "{{$region}}", "Plan": "{{$plan}}"}}'"