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

# BrandResponse

The Get Brand by ID endpoint returns this response object.

```
object BrandResponse
```

## Discussion

The [`Get Brand by ID`](/documentation/Apple-Ads-Platform-API/Get-Brand-by-ID) returns `BrandResponse` as the top-level envelope. On success, `result` contains a single [`Brand`](/documentation/Apple-Ads-Platform-API/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

```json
{
  "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"
  }
}
```

---

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)