Get Profile
documentedRetrieve all attributes for a profile by Klaviyo Person ID.
GET /api/person/{person_id}Profilesno 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/v1/person/{{$person_id}}" \
-X GET \
-H "Authorization: Klaviyo-API-Key {{KLAVIYO_API_KEY}}" \
-H "Accept: application/json"