GET api2/gdpr_info.json

GDPR Infos

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

API.Models.GDPRInfoResponse
NameDescriptionTypeAdditional information
has_subscriptions

Customer has subscriptions

boolean

None.

has_licenses

Customer has active licenses

boolean

None.

xml

Customer infos in XML

string

None.

Response Formats

{
  "has_subscriptions": true,
  "has_licenses": true,
  "xml": "sample string 3"
}