Sign in

Identify Profile

documented

Identify or update a profile's attributes without an event.

POST /api/identifyTrack & Identifyno 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://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}}"}}'"
Identify Profile · Klaviyo · OpenIntegrations