Sign in

Message history export

documented

Request a per-message delivery/recipient history export.

POST /notifications/{message_id}/historyMessagesno 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://api.onesignal.com/notifications/{{$message_id}}/history" \
  -X POST \
  -H "Authorization: Key {{ONESIGNAL_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"app_id": "{{$app_id}}", "events": "{{$events}}", "email": "{{$email}}"}'
Message history export · OneSignal · OpenIntegrations