Skip to main content

First steps

The cookie banner is a feature that will provide you with a tool that blocks third-party scripts until you receive explicit consent from your users.

Usually this banner could be edited from the main site after you made your account and have access to the platform.

Next we will discuss how to use the api to avoid using the platform if you so desire.

info

If you still don't have an account but want to see the posibilities of editing your banner we provide you with this site to test the looks of it.

With the illow Privacy Platform Open API, users can create and administer their own Company Sites programmatically, without the need of the SaaS UI.

Each Company Site will have a <script> tag associated to be placed in the HTML (preferably within the <head>) in order to show the corresponding Cookie Banner.

Script example
  <head>
<script src="https://platform.illow.io/banner.js?siteId={yourSiteId}"></script>
</head>
info

To be able to use this api, first you will have to communicate with us via any channel, and we will provide you with an access key

If you don't have a site yet, first you will have to do use the post described here

caution

Do not create a script tag if you already have a site, one was created for you earlier, and you will be just creating a new site without all the configurations you've already made.

That endpoint will also give you the script for the site id that you've just created.

If you already have a site created, and you want to re obtain the script provided, then please use this endpoint.

If you forgot what your sites ids where, you can use this endpoint to find all the sites that you've created up until this point

For more endpoints that could be of service, please visit: Official Illow Privacy Compliance Platform Open API Documentation