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

# AdvertiserResourceListResponse

Response envelope for advertiser resource list requests.

## Declaration

```data
object AdvertiserResourceListResponse
```

## Properties

error: Error detail if the request failed. See Error. result: Array of matching advertiser resources. See Delegation.

## Discussion

Discussion The AdvertiserResourceListResponse object is the response envelope the API returns when you fetch advertiser resources associated with an organization. Advertiser resources include entities such as content providers and brands. These resources appear in Delegation objects and control whether App Store or Apple Maps campaigns are accessible to an ad account. Example {   "result": [     {       "resourceId": "555666777",       "resourceType": "CONTENT_PROVIDER",       "resourceName": "AwayFinder"     }   ] }

## See Also

- [ProductFeatures](apple-ads-platform-api/productfeatures.md)
- [OrgSystemStatus](apple-ads-platform-api/orgsystemstatus.md)
- [OrgSystemStatusReason](apple-ads-platform-api/orgsystemstatusreason.md)
- [AdAccountSystemStatus](apple-ads-platform-api/adaccountsystemstatus.md)
- [AdAccountSystemStatusReason](apple-ads-platform-api/adaccountsystemstatusreason.md)
- [AdvertiserResourceType](apple-ads-platform-api/advertiserresourcetype.md)
