Contents

Get Asset

Retrieve a single asset by its UUID.

URL

GET https://api.ads.apple.com/v1/assets/{id}

Path Parameters

NameTypeDescription
id Requireduuid

Header Parameters

NameTypeDescription
X-Ap-Context Requiredstring

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
AssetResponse
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
AssetResponse
429Too Many Requests
Content-Type: application/json
Error
500Internal Server Error
Content-Type: application/json
Error

Discussion

This endpoint retrieves a single asset by its UUID. Use it after uploading an asset to check its eligibility status before referencing it in a creative.

This endpoint still returns deleted assets, with deleted: true. Responses always include the eligibility field unless excluded via a fields projection parameter.

Payload Examples

See Also