Skip to main content

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

PropertyTypeRequired?Description
privacyPolicyUrlstringNoThe Privacy policy URL in string format
cookiePolicyUrlstringNoThe Cookie policy URL in string format
dsrFormUrlstringNoThe Data request subject URL in string format
termsAndCondUrlstringNoThe T&C URL in string format

Examples

{
"privacyPolicyUrl": "my-domain.com",
"cookiePolicyUrl": "example.com"
}