Contents

AlternativeDistributionKeyResponse

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

Declaration

object AlternativeDistributionKeyResponse

Properties

NameTypeDescription
data RequiredAlternativeDistributionKey

links RequiredDocumentLinks

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