App Methods
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} |
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 |
Last modified November 27, 2023