SDK Functions

To get the current status of the JENTIS Consent JavaScript SDK, you can use the following client-side (frontend) JavaScript APIs. These functions allow you to retrieve the consent state for vendors, IDs, timestamps, and full vendor data directly from the user’s browser.

All functions are accessed via:

jentis.consent.engine.<functionName>()

Available Functions

  • getVendorConsent – Get consent status for a specific vendor.

  • getAllConsents – Retrieve consent status for all vendors.

  • getConsentData – Get the custom consent data object for the current page scope.

  • getConsentId – Get the current Consent ID for the user.

  • getVendorFullData – Get all available vendor information.

  • getLastUpdateTime – Get the timestamp of the last consent update.

  • setNewVendorConsents – Set consent for one or more vendors.

  • setConsentData – Store custom consent data in the JENTIS consent document.

  • AcceptAll – Grant consent to all vendors.

  • DenyAll – Revoke consent for all vendors.

Last updated

Was this helpful?