List legacy players
documentedList legacy player records.
GET /api/v1/playersLegacyno 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://onesignal.com/api/v1/players?app_id={{$app_id}}&limit={{$limit}}&offset={{$offset}}" \
-X GET \
-H "Authorization: Basic {{ONESIGNAL_API_KEY}}" \
-H "Accept: application/json"