Create or Update Client Push Token
documentedRegister a push token for a client app.
POST /api/client/push-tokensClient APIno 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/client/push-tokens?company_id={{$klaviyo_public_api_key}}" \
-X POST \
-H "Content-Type: application/vnd.api+json" \
-H "Accept: application/vnd.api+json" \
-H "revision: 2026-01-15" \
-d '{"data": {"type": "push_tokens", "attributes": {"token": "{{$token}}", "platform": "{{$platform}}"}, "relationships": {"profile": {"data": {"type": "profiles", "id": "{{$profile_id}}"}}}}}'