List advertisable apps
Lists applications available to a Meta ad account, their supported platforms and unmodified object store URLs. A listed app still needs a configured mobile platform and store URL to run install promotion.
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Query Parameters
Zernio Meta Ads or Facebook SocialAccount ID.
Meta ad account ID including the act_ prefix.
^act_[0-9]+$Response Body
application/json
application/json
application/json
application/json
{ "applications": [ { "id": "123456789", "name": "Example App", "supportedPlatforms": [ "IOS", "ANDROID" ], "storeUrls": { "iphone": "https://apps.apple.com/app/id123456789", "google_play": "https://play.google.com/store/apps/details?id=com.example.app" } } ]}List Instagram ad identities
Discovers identities through connected_instagram_accounts, Page linkage and Page-backed identities, with a best-effort business fallback. Business permission errors do not fail discovery. The resolved object uses the same profile-scoped resolver as ad creation; null means no identity was resolved. Format-specific observed-actor fallbacks at creative creation are not predicted.
Get iOS 14 campaign limits
Reads Meta iOS 14 campaign limits for an application on an ad account. applicationId is sent as Meta app_id. This read does not establish that the application is configured for iOS promotion.