<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/AdvertiserResourceListResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:AdvertiserResourceListResponse"
  },
  "title" : "AdvertiserResourceListResponse"
}
-->

# AdvertiserResourceListResponse

Response envelope for advertiser resource list requests.

```
object AdvertiserResourceListResponse
```

## 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

```json
{
  "result": [
    {
      "resourceId": "555666777",
      "resourceType": "CONTENT_PROVIDER",
      "resourceName": "AwayFinder"
    }
  ]
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)