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
| Name | Type | Description |
|---|---|---|
rejectionReasonId Required | int64 |
Header Parameters
| Name | Type | Description |
|---|---|---|
X-Ap-Context Required | string |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | RejectionReasonResponse | |
| 400 | Bad Request Content-Type: application/json | Error | |
| 401 | Unauthorized Content-Type: application/json | Error | |
| 403 | Forbidden Content-Type: application/json | Error | |
| 404 | Not Found Content-Type: application/json | Error | |
| 429 | Too Many Requests Content-Type: application/json | Error | |
| 500 | Internal Server Error Content-Type: application/json | Error |
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.