Exchange ID for Profile ID
documentedExchange an encrypted identifier for a Klaviyo profile ID.
GET /api/people/exchangeProfilesno 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/v2/people/exchange?_kx={{$exchange_id}}&api_key={{KLAVIYO_API_KEY}}" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json"