Sign in

Exchange ID for Profile ID

documented

Exchange an encrypted identifier for a Klaviyo profile ID.

GET /api/people/exchangeProfilesno 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/v2/people/exchange?_kx={{$exchange_id}}&api_key={{KLAVIYO_API_KEY}}" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"