Contents

Read a specific app encryption declaration document

Get detailed information about a specified App Encryption Declaration document.

URL

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

Path Parameters

NameTypeDescription
id Requiredstring

An opaque resource ID that uniquely identifies the resource. Obtain the app encryption declaration document resource ID from the Read the declaration document for an app encryption declaration response.

Query Parameters

NameTypeDescription
fields[appEncryptionDeclarationDocuments] Optional[string]

Additional fields to include for each app encryption declaration document resource returned by the response.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
AppEncryptionDeclarationDocumentResponse

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

Discussion

Example Request and Response

See Also

Getting App Encryption Declarations