Skip to content

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.


GETapi.appvirality.com/gdpr1_0/discovery

Response

{
"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 ParamsDescription
api_versionVersion string representing the supported version
supported_identitiesArray of “identity_type” and “identity_format” pairs.
~ identity_typeIdentity 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_formatIdentity formats supported.
supported_subject_request_typesArray of “subject_request_type” supported.