Overview
Use this API to retrieve metadata for a single OneSignal app associated with your account. This includes app names, App ID, Subscription counts, and timestamps, making it easy to programmatically manage or audit your applications.This API does not return the app’s API keys. To manage API keys, use the Create API Key, Rotate API Key, and Delete API Key APIs.
How to use this API
To retrieve your app, send aGET
request to the /apps
endpoint using your Organization API Key. This key can be found in your OneSignal dashboard under Organization > Keys & IDs.
Path Parameters
Your OneSignal App ID in UUID v4 format. See Keys & IDs.
Response
200 - application/json
200
The OneSignal App ID in UUID v4 format.
An internal name you set to help organize and track Apps. Maximum 128 characters.
The total number of Subscriptions in the app.
The number of Subscriptions eligible to receive messages in the app.
The date and time the app was created.
The date and time the app was last updated.
The Organization ID in which the app was created.