Contents

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

NameTypeDescription
rejectionReasonId Requiredint64

Header Parameters

NameTypeDescription
X-Ap-Context Requiredstring

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
RejectionReasonResponse
400Bad Request
Content-Type: application/json
Error
401Unauthorized
Content-Type: application/json
Error
403Forbidden
Content-Type: application/json
Error
404Not Found
Content-Type: application/json
Error
429Too Many Requests
Content-Type: application/json
Error
500Internal 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.

Payload Examples

See Also

Related Documentation