Updating Banner Urls
info
Don't forget to include your Access Key in the X-API-Key header of all your requests.
To update the banner with the API, you can use this endpoint.
Request Body
Format: JSON
Property | Type | Required? | Description |
---|---|---|---|
privacyPolicyUrl | string | No | The Privacy policy URL in string format |
cookiePolicyUrl | string | No | The Cookie policy URL in string format |
dsrFormUrl | string | No | The Data request subject URL in string format |
termsAndCondUrl | string | No | The T&C URL in string format |
Examples
{
"privacyPolicyUrl": "my-domain.com",
"cookiePolicyUrl": "example.com"
}