GDPR Discovery
This API call is to learn about the formats supported by AppVirality. A discovery request can be submitted via HTTP GET to the following endpoint will provide information about the parameters to identify the users.
GET
api.appvirality.com/gdpr1_0/discoveryResponse
{ "api_version": "1.0", "supported_identities": [ { "identity_type": "email", "identity_format": "raw" }, { "identity_type": "userkey", "identity_format": "raw" }, { "identity_type": "useridinstore", "identity_format": "raw" } ], "supported_subject_request_types": [ "erasure" ]}Response Params
| Output Params | Description |
|---|---|
| api_version | Version string representing the supported version |
| supported_identities | Array of “identity_type” and “identity_format” pairs. |
| ~ identity_type | Identity type keys supported ”email” - Email of the User, updated to AppVirality. “userkey” - User Key for the an App user, assigned by AppVirality. “useridinstore” - Store Id of the App user, updated to AppVirality. |
| ~ identity_format | Identity formats supported. |
| supported_subject_request_types | Array of “subject_request_type” supported. |
