Contents

List Alternative Distribution Keys

List the alternative distribution key for your account.

URL

GET https://api.appstoreconnect.apple.com/v1/alternativeDistributionKeys

Query Parameters

NameTypeDescription
exists[app] Optionalboolean

Filter the returned alternative distribution keys to include only those that are associated with (true) or not associated with (false) an app.

fields[alternativeDistributionKeys] Optional[string]

Additional fields to include for each alternative distribution keys resource returned by the response.

limit Optionalinteger

The maximum number of alternative distribution keys resources to return.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
AlternativeDistributionKeysResponse

400Bad Request
Content-Type: application/json
ErrorResponse

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

429
Content-Type: application/json
ErrorResponse

Discussion

Example Request and Response

See Also

Creating and reading keys