Get Advertiser Resources
Retrieve the advertiser resources available to your organization, filtered by resource type.
URL
GET https://api.ads.apple.com/v1/advertiser-resourcesQuery Parameters
| Name | Type | Description |
|---|---|---|
resourceType Required | AdvertiserResourceType |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | AdvertiserResourceListResponse | Successful operation. Returns AdvertiserResourceListResponse ( |
| 400 | Bad Request Content-Type: application/json | Error | Bad Request. Returns ErrorResponse. |
| 401 | Unauthorized Content-Type: application/json | Error | Unauthorized. |
| 403 | Forbidden Content-Type: application/json | Error | Forbidden. |
| 404 | Not Found Content-Type: application/json | Error | Resource not found. Returns ErrorResponse. |
| 429 | Too Many Requests Content-Type: application/json | Error | Rate Limit Exceeded. See Applying Rate Limits. |
| 500 | Internal Server Error Content-Type: application/json | Error | Internal Server Error. Returns ErrorResponse. |
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.