Get App Information
The app endpoint provides detailed information on your app(s) and reflects specific fields displayed on a given app’s Basic Settings page. You can only retrieve information for one or all apps per individual request.
HTTP method | GET |
Endpoint | For all apps: https://api.chartboost.com/apps For one specific app at a time: https://api.chartboost.com/apps/app_ID |
Example Request | For all apps: https://api.chartboost.com/apps/?&user_id={{Chartboost customer’s user ID}}&user_signature={{CB customer’s user signature}} For one specific app at a time: https://api.chartboost.com/apps/{{App ID}}?app_id={{App ID}}&user_id={{Chartboost customer’s user ID}}&user_signature={{CB customer’s user signature}} |
Whenever querying for a single app, the app ID must be specified as a qualifier between the API endpoint and the query string, as well as within the
app_id
parameter.Parameters
Parameter | Request Type | Required? | Description | Default |
---|---|---|---|---|
app_id |
String | Optional | One app ID | None |
Response Fields
Parameter | Description |
---|---|
id |
App ID |
name |
App name |
nickname |
App nickname |
date_created |
Date the app was added to Chartboost dashboard (UNIX timestamp) |
store_id |
App’s store-specific ID |
store_url |
App store URL |
bundle_id |
App’s platform and store-specific ID (Amazon’s ASIN) |
platform |
Any of the following: iOS, Android, Amazon |
You might also like…
Last Updated on April 18, 2020