The Privacy Policy API eallow to get and define yout account privacy policy.
Parameter name | Value | Description | Notes |
---|---|---|---|
owner |
string |
Login of the account owner | |
privateData |
object |
Mandatory consent data | |
cleanDelay |
int |
Delay after which the personal data are anonymised or deleted (in days). values are:
|
|
consentMode |
string |
Active/Deactivate mandatory consent data. Values are:
|
|
cleanMode |
string |
Delete or anonimze personal data. Values are:
|
|
consentText |
object |
Mandatory consent text | |
consentText.EN |
string |
Mandatory consent english text | |
consentText.FR |
string |
Mandatory consent french text | |
consentText.ES |
string |
Mandatory consent spanish text | |
consentText.DE |
string |
Mandatory consent german text | |
consentText.IT |
string |
Mandatory consent italian text | |
consentText.NL |
string |
Mandatory consent dutch text | |
consentText.PT |
string |
Mandatory consent portuguese text | |
marketing |
object |
Mail and SMS marketing consent data | |
consentMode |
string |
Active/Deactivate mandatory marketing consent. Values are:
|
|
consentText |
object |
Marketing consent text | |
consentText.EN |
string |
Marketing consent english text | |
consentText.FR |
string |
Marketing consent french text | |
consentText.ES |
string |
Marketing consent spanish text | |
consentText.DE |
string |
Marketing consent german text | |
consentText.IT |
string |
Marketing consent italian text | |
consentText.NL |
string |
Marketing consent dutch text | |
consentText.PT |
string |
Marketing consent portuguese text |
Return account privacy policy.
Authentication is required to execute this request. Please refer to Authentication for more.
Do not supply a request body with this method.
If successful, this method returns a Privacy policy resource in the response body.
In the request body, supply a Privacy Policy Resource with the following properties:
Parameter name | Value | Description |
---|---|---|
Required Properties | ||
privateData | object | Mandatory consent. |
If successful, this method returns a Privacy Policy resource in the response body.
Update a privacy policy.
Authentication is required to execute this request. Please refer to Authentication for more.
In the request body, supply a Privacy policy resource with the following properties:
Parameter name | Value | Description |
---|---|---|
Required Properties | ||
privateData | object | Mandatory consent. |
If successful, this method returns a Privacy policy in the response body.