Sign in

View app

documented

Get app metadata and platform configuration.

GET /apps/{app_id}Apps & Keysno 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/apps/{{$app_id}}" \
  -X GET \
  -H "Authorization: Basic {{ONESIGNAL_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
View app · OneSignal · OpenIntegrations