Sign in

View legacy player

documented

Retrieve a legacy player record.

GET /api/v1/players/{player_id}Legacyno 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://onesignal.com/api/v1/players/{{$player_id}}?app_id={{APP_ID}}" -X GET -H "Authorization: Basic {{ONESIGNAL_API_KEY}}" -H "Accept: application/json"
View legacy player · OneSignal · OpenIntegrations