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

# Response

Base response wrapper used by all response types.

```
object Response
```

## Discussion

The `Response` object is the base response wrapper used across all response types in the Apple Ads Platform API.

### Example

```json
{
  "result": {
    "id": "123456789",
    "name": "AwayFinder Campaign"
  }
}
```

## Topics

### Dictionaries

[`object Response.Result`](/documentation/Apple-Ads-Platform-API/Response/Result-data.dictionary)

Placeholder for the response payload, whose actual shape depends on each endpoint’s concrete result type.

---

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)