---
title: Get Rejection Reasons
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/gets-rejection-reasons-by-id
---

# Get Rejection Reasons

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

## URL

GET https://api.ads.apple.com/v1/rejection-reasons/apps/{rejectionReasonId}

## Path Parameters

rejectionReasonId:

## Header Parameters

X-Ap-Context:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 Too Many Requests: 500 Internal Server Error:

## Discussion

Discussion This endpoint retrieves the details of a specific ad creative rejection reason by its identifier, including the reason code and description. See CreativeRejectionReason for the full field reference, including creativeId and the reasonLevel values. Payload Examples

## See Also

### Related Documentation

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

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