Get Privacy Manifest Data Type

Use this API to retrieve detailed mismatch information for a specific data type within an iOS privacy manifest scan. The response includes a breakdown of mismatches by category, with each mismatch entry identifying the SDK package, SDK name, and the differing app and SDK values.\n> \ud83d\uddd2 Things to Know\n> \n> - This endpoint is specific to iOS applications.\n> - The dataType path parameter corresponds to a dataType returned in the Get Scan Privacy Manifest API response (e.g., USER_ID, OTHER_DIAGNOSTIC_DATA).\n> - Mismatch categories with no detected issues return an empty array rather than being omitted from the response.

Path Params
uuid
required

Unique identifier of the application.

uuid
required

Unique identifier of the scan.

string
enum
required

App Privacy Manifest data type to retrieve. Must be a valid AppPrivacyManifestDataType enum name (case-insensitive).

Query Params
string

Published version string of the privacy manifest to retrieve. If omitted, the latest version is used.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 1 required scope
URL
LoadingLoading…
Response
Choose an example:
application/json
*/*