---
title: Get Advertiser Resources
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/get-advertiser-resources
---

# Get Advertiser Resources

Retrieve the advertiser resources available to your organization, filtered by resource type.

## URL

GET https://api.ads.apple.com/v1/advertiser-resources

## Query Parameters

resourceType:

## Response Codes

200 OK: Successful operation. Returns AdvertiserResourceListResponse (result: array of Delegation). 400 Bad Request: Bad Request. Returns ErrorResponse. 401 Unauthorized: Unauthorized. 403 Forbidden: Forbidden. 404 Not Found: Resource not found. Returns ErrorResponse. 429 Too Many Requests: Rate Limit Exceeded. See Applying Rate Limits. 500 Internal Server Error: Internal Server Error. Returns ErrorResponse.

## Discussion

Discussion Advertiser resources are brands and content providers available across your organization that you can delegate to an ad account. This endpoint returns all resources visible to the authenticated caller for the given resourceType. It takes no account-scoping parameter. The resourceType query parameter is required. Omitting it returns an error. See AdvertiserResourceType for supported values. Each resource in the response identifies itself by its resourceId, resourceType, and resourceName. Use the returned resourceId values when creating or updating delegations on an ad account via Update Ad Accounts. Payload Examples

## See Also

- [Create Ad Accounts](apple-ads-platform-api/post-ad-accounts.md)
- [Get Ad Account by ID](apple-ads-platform-api/get-ad-accounts-_id_.md)
- [Update Ad Accounts](apple-ads-platform-api/put-ad-accounts-_id_.md)
