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

# BrandResponse

The Get Brand by ID endpoint returns this response object.

## Declaration

```data
object BrandResponse
```

## Properties

result: The retrieved Brand object. Omitted from the response entirely if no brand was found (see the 404 case above), rather than being present as null. See Brand. Read-only. error: Error details if the request failed. Absent on success. See Error. Read-only.

## Discussion

Discussion The Get Brand by ID returns BrandResponse as the top-level envelope. On success, result contains a single Brand object. On failure (for example, 404 Not Found), the response contains only the error object. The response omits the result key entirely rather than setting it to null. Example {   "result": {     "id": "9151314442816847872",     "name": "AwayFinder",     "countryOrRegion": "US",     "categories": [       "shopping.retail",       "dining.restaurant"     ],     "eligibility": {       "status": "ELIGIBLE",       "blockedGroups": [],       "allowedGroups": [],       "modificationTime": "2025-01-10T08:00:00.000"     },     "creationTime": "2025-01-10T08:00:00.000",     "modificationTime": "2025-01-10T08:00:00.000"   } }

## See Also

- [Brand](apple-ads-platform-api/brand.md)
- [BrandQueryResponse](apple-ads-platform-api/brandqueryresponse.md)
- [BrandRejectionReasonResponse](apple-ads-platform-api/brandrejectionreasonresponse.md)
- [BusinessCategory](apple-ads-platform-api/businesscategory.md)
- [BusinessCategoryResponse](apple-ads-platform-api/businesscategoryresponse.md)
- [BusinessCategoryQueryResponse](apple-ads-platform-api/businesscategoryqueryresponse.md)
- [Location](apple-ads-platform-api/location.md)
- [LocationResponse](apple-ads-platform-api/locationresponse.md)
- [LocationGroup](apple-ads-platform-api/locationgroup.md)
- [LocationGroupCreate](apple-ads-platform-api/locationgroupcreate.md)
- [LocationGroupUpdate](apple-ads-platform-api/locationgroupupdate.md)
- [LocationGroupResponse](apple-ads-platform-api/locationgroupresponse.md)
- [LocationGroupQueryResponse](apple-ads-platform-api/locationgroupqueryresponse.md)
- [LocationQueryResponse](apple-ads-platform-api/locationqueryresponse.md)
- [Eligibility](apple-ads-platform-api/eligibility.md)
