---
title: AlternativeDistributionKeyResponse
framework: appstoreconnectapi
role: symbol
role_heading: Object
path: appstoreconnectapi/alternativedistributionkeyresponse
---

# AlternativeDistributionKeyResponse

The response body for endpoints that create or read a single alternative distribution key.

## Declaration

```data
object AlternativeDistributionKeyResponse
```

## Properties

data: links:

## Discussion

Discussion This object is the response from the alternative distribution key endpoints. For more information about alternative distribution keys, see Creating and reading keys. {   "data": {      "type": "alternativeDistributionKeys",      "id": "string",      "attributes": {        "publicKey": "string"      },      "links": {        "self": "string"      }   },   "links": {     "self": "string"   } }

## See Also

### Objects

- [AlternativeDistributionKey](appstoreconnectapi/alternativedistributionkey.md)
- [AlternativeDistributionKeysResponse](appstoreconnectapi/alternativedistributionkeysresponse.md)
- [AlternativeDistributionKeyCreateRequest](appstoreconnectapi/alternativedistributionkeycreaterequest.md)
- [AppAlternativeDistributionKeyLinkageResponse](appstoreconnectapi/appalternativedistributionkeylinkageresponse.md)
