---
title: App Eligibility Endpoints
framework: Apple Ads Platform API
role: collectionGroup
role_heading: API Collection
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/app-eligibility-endpoints
---

# App Eligibility Endpoints

Check whether apps qualify to run ads and look up rejection reasons for creatives.

## Overview

Overview Not every app is eligible for promotion. Apple evaluates each app against a set of policy and technical criteria before it can serve ads, at a per-placement, per-country level of granularity. Each EligibilityResponse row reports a state of ELIGIBLE or INELIGIBLE for a given adamId, supplyPlacement, supplySource, countryOrRegion, and deviceClass, along with the minAge rating required in that market. To retrieve human-readable descriptions of any policy violations returned during ad creative review of App Store ad creatives, use the rejection reasons endpoints on this page. This eligibility check applies to App Store app promotion (promotedObjectType: APPSTORE_APP) only. Apple Maps brand promotion (promotedObjectType: BUSINESS_BRAND) doesn’t use a dedicated eligibility query. Instead, the eligibility field on the Brand, Location, BusinessCategory, and LocationGroup objects reports serving eligibility directly, described in Eligibility. Apple Maps ad creative rejection reasons are also queried separately, with Query Rejection Reasons for Brands. Use Search Apps Endpoints to find an app’s adamId and full app details, including via Get App Details by Adam ID, to check its eligibility. Once an app is eligible, use Product Pages Endpoints to discover its product pages to reference in an ad creative. Explore the Endpoints The following endpoints let you check eligibility and retrieve rejection reasons:  |  |   |  |   |  |   |  |  Interpret the Eligibility States The following states apply to EligibilityResponse.state values returned by the POST /v1/eligibilities/apps/query (Check App Eligibility) endpoint:  |   |   |

## Topics

- [Check App Eligibility](apple-ads-platform-api/find-apps-eligibilities.md)
- [Query Rejection Reasons](apple-ads-platform-api/find-rejection-reasons.md)
- [Get Rejection Reasons](apple-ads-platform-api/gets-rejection-reasons-by-id.md)

## See Also

### Related Documentation

- [Search Apps Endpoints](apple-ads-platform-api/search-apps-endpoints.md)
- [Product Pages Endpoints](apple-ads-platform-api/product-pages-endpoints.md)

### App Eligibility

- [App Eligibility Data Objects](apple-ads-platform-api/app-eligibility-data-objects.md)
