---
title: RejectionReasonResponse
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/rejectionreasonresponse
---

# RejectionReasonResponse

The response object for a rejection reason operation.

## Declaration

```data
object RejectionReasonResponse
```

## Properties

result: The rejection reason record describing why an ad creative was rejected during review. See CreativeRejectionReason for the full field reference, including creativeId and reasonLevel. Read-only. error: Error details if the request failed. Absent on success. See Error.

## Discussion

Discussion The API returns RejectionReasonResponse as the envelope when you retrieve rejection reason details for an app. Example {   "result": {     "id": 14919,     "adamId": 987654321,     "creativeId": 456789,     "productPageId": "9ea4bb81-5f18-401f-bfe1-101a6ee6d328",     "assetId": "41a91e19-e021-45bb-ac5a-5faec02f9445",     "supplySource": "APPSTORE",     "supplyPlacement": "APPSTORE_TODAY_TAB",     "countryOrRegion": "US",     "languageCode": "en-US",     "reasonType": "REJECTION_REASON",     "reasonCode": "APP_NOT_ELIGIBLE",     "comment": "Product page metadata does not meet App Store review guidelines.",     "reasonLevel": "CUSTOM_PRODUCT_PAGE_LOCALE",     "creationTime": "2026-02-05T08:30:00.000",     "modificationTime": "2026-03-05T08:30:00.000"   } }

## See Also

### Related Documentation

- [App Eligibility Endpoints](apple-ads-platform-api/app-eligibility-endpoints.md)

- [EligibilityQueryRequest](apple-ads-platform-api/eligibilityqueryrequest.md)
- [EligibilityQueryResponse](apple-ads-platform-api/eligibilityqueryresponse.md)
- [AppDetailsResponse](apple-ads-platform-api/appdetailsresponse.md)
- [AppDetails](apple-ads-platform-api/appdetails.md)
- [EligibilityResponse](apple-ads-platform-api/eligibilityresponse.md)
