Push metrics (deprecated)
documentedReport push metrics (endpoint is deprecated in favor of the unified metrics endpoint).
POST /api/v1/push/eventsMessaging (Push)no 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://track.customer.io/api/v1/push/events" \
-u "{{$CUSTOMER_SITE_ID}}:{{CUSTOMER_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"delivery_id": "{{$delivery_id}}", "event": "{{$event}}", "device_id": "{{$device_id}}", "timestamp": {{$timestamp}}}'