Reuse of a consent

In some cases, you might need to reuse the consent given by a user on another website. That's the case for example in a mobile app where you might collect a consent then open a webview that itself requires a consent to store cookies.

‌To answer this need, open your website by passing a query string parameter named axeptio_token with the token associated with the consent previously given by your user. The Javascript SDK will detect this query string parameter, will fetch the consent associated with this token, and will apply the preferences saved in this consent.

Example

https://www.mywebsite.com?axeptio_token=42321jg21fs29dn6cv7

Note: a consent is always associated with a configuration and therefore cannot be reused across different projects

Last updated