Retrieve a list of all OneSignal apps associated with your account, including key app details like name, App ID, subscription counts, and timestamps. Useful for managing multiple apps through the OneSignal API.
app_id
and name
for each of your apps on your own server to look up with the View an app API to get data for each app separately. Also, if you need to delete apps, then you can provide the app_id
and name
to OneSignal Support and ask for these to be deleted.GET
request to the /apps
endpoint using your Organization API Key. This key can be found in your OneSignal dashboard under Organization > Keys & IDs.
Your Organization API key with prefix Key
. See Keys & IDs.
200
The response is of type object[]
.