Contents

Read an App’s Encryption Declarations

Find and list all available app encryption declarations.

URL

GET https://api.appstoreconnect.apple.com/v1/apps/{id}/appEncryptionDeclarations

Path Parameters

NameTypeDescription
id Requiredstring

Query Parameters

NameTypeDescription
fields[appEncryptionDeclarationDocuments] Optional[string]

fields[appEncryptionDeclarations] Optional[string]

fields[apps] Optional[string]

fields[builds] Optional[string]

filter[builds] Optional[string]

filter[platform] Optional[string]

include Optional[string]

limit Optionalinteger

limit[builds] Optionalinteger

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
AppEncryptionDeclarationsResponse

400Bad Request
Content-Type: application/json
ErrorResponse

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

404Not Found
Content-Type: application/json
ErrorResponse

429
Content-Type: application/json
ErrorResponse

Mentioned in

See Also

Getting App Encryption Declarations