GET api2/gdpr/info.json?email={email}

GDPR Infos

Request Information

URI Parameters

NameDescriptionTypeAdditional information
email

string

Required

Body Parameters

None.

Response Information

Resource Description

GDPRInfoResponse

GDPRInfoResponse
NameDescriptionTypeAdditional information
errorCode

Error code (Only in case of error)

string

None.

errorMessage

Error message (Only in case of error)

string

None.

has_subscriptions

Customer has subscriptions

boolean

None.

has_licenses

Customer has active licenses

boolean

None.

xml

Customer infos in XML

string

None.

Response Format

{
  "errorCode": "sample string 1",
  "errorMessage": "sample string 2",
  "has_subscriptions": true,
  "has_licenses": true,
  "xml": "sample string 5"
}