<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/Gets-rejection-reasons-by-id",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "rest:apple-ads-platform-api:get:rejection-reasons-apps-{}"
  },
  "title" : "Get Rejection Reasons"
}
-->

# Get Rejection Reasons

Retrieve the details of an ad creative rejection reason by ID.

## Discussion

This endpoint retrieves the details of a specific ad creative rejection reason by its identifier, including the reason code and description. See [`CreativeRejectionReason`](/documentation/Apple-Ads-Platform-API/CreativeRejectionReason) for the full field reference, including `creativeId` and the `reasonLevel` values.

## Payload Examples

**Get Rejection Reasons:**

### Request

Retrieves the details of a specific ad creative rejection reason by its identifier, including the reason code and description.

```
GET https://api.ads.apple.com/v1/rejection-reasons/apps/112233445
```

### Response

```json
{
 "result": {
   "id": 112233445,
   "adamId": 123456789,
   "creativeId": 456789,
   "productPageId": "1a2b3c4d-0001",
   "assetId": null,
   "supplySource": "APPSTORE",
   "supplyPlacement": "APPSTORE_SEARCH_RESULTS",
   "countryOrRegion": "US",
   "languageCode": "en-US",
   "reasonType": "REJECTION_REASON",
   "reasonCode": "APP_NOT_ELIGIBLE",
   "comment": null,
   "reasonLevel": "CUSTOM_PRODUCT_PAGE_LOCALE",
   "creationTime": "2026-02-05T08:30:00.000",
   "modificationTime": "2026-03-05T08:30:00.000"
 }
}
```

## See Also

[App Eligibility Endpoints](/documentation/Apple-Ads-Platform-API/app-eligibility-endpoints)

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



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)