---
title: "Retrieve a list of premium features"
method: GET
path: "/premium-features"
tags: ["premium-features"]
---

# Retrieve a list of premium features

`GET /premium-features`

Returns a list of all premium features for the organizations the user belongs to

## Query parameters

- `$limit` integer
- `$skip` integer
- `$sort` object
- `filter` PremiumFeatures — A premium feature represents the activation status of premium functionalities offered by the Didomi Platform for an organization.
  - `id` string, required — Premium feature ID
  - `created_at` string, date-time — Creation date of the premium feature
  - `updated_at` string, date-time — Last update date of the premium feature
  - `organization_id` string, required — Identifier of the organization the premium feature belongs to
  - `preference_center` boolean — Flag to enable or disable the Consents API for the "Preference Center" product.
  - `preference_management_platform` boolean — Flag to enable or disable the PMP SPA in the console.
  - `propagate_consents_on_sync` boolean — Flag to enable or disable the propagation to secondary users during synchronization process.
  - `consent_management_platform` boolean — Flag to enable or disable the CMP SPA in the console.
  - `cross_device` boolean — Flag to enable or disable the "Cross Device" product.
  - `batch_exports` boolean — Flag to enable or disable the "Batch Exports" product.
  - `batch_exports_manual_run` boolean — Flag to enable the /exports/execute endpoint to run exports from the API.
  - `batch_exports_analytics` boolean — Flag to enable or disable the "Analytics Exports" product.
  - `data_residency_russia` boolean — Flag to enable or disable the "Data residency" product for Russia.
  - `integrations` boolean — Flag to enable the Didomi integrations product.
  - `integrations_v2` boolean — Flag to enable the delivery of Consents API events to the new integrations platform.
  - `smart_vendor_list` boolean — Flag to enable or disable the "Smart Vendor list" product.
  - `compliance_report_v2` boolean — Flag to enable or disable the "Compliance Report Premium" product.
  - `versions_and_proofs` boolean — Flag to enable the "Versions & Proofs" product.
  - `mass_update` boolean — Flag to enable or disable the "Mass Update" product.
  - `consents_api` boolean — Flag to enable the Consents API (used by various premium features such as cross_device or batch_exports). All products that require the Consents API will enable this feature by default.
  - `store_cmp_consents` boolean — If enabled, it will send cmp consents that have an organization_user_id in their payload, commonly used for the cross_device feature.
  - `store_guest_cmp_consents` boolean — A subset of the store_cmp_consents flag, it will also enable sending cmp consents that do not have an organization_user_id.
  - `sso` boolean — Flag to enable SSO authentication.
  - `version` number — Revision number of the premium feature object
  - `mailchimp` boolean — Flag to enable or disable Mailchimp integration.
  - `actito` boolean — Flag to enable or disable Actito integration.
  - `hubspot` boolean — Flag to enable or disable Hubspot integration.
  - `sendinblue` boolean — Flag to enable or disable Sendinblue integration.
  - `selligent` boolean — Flag to enable or disable Selligent integration.
  - `adobe_campaign_classic` boolean — Flag to enable or disable Adobe Campaign Classic integration.
  - `adobe_campaign_standard` boolean — Flag to enable or disable Adobe Campaign Standard integration.
  - `webhooks` boolean — Flag to enable or disable Webhooks integration.
  - `sf_marketing_cloud` boolean — Flag to enable or disable Salesforce Marketing Cloud integration.
  - `braze` boolean — Flag to enable or disable Braze integration.
  - `marketo` boolean — Flag to enable or disable Marketo integration.
  - `microsoft_dynamics` boolean — Flag to enable or disable Microsoft Dynamics 365 integration.
  - `microsoft_dynamics_cpc` boolean — Flag to enable or disable Microsoft Dynamics 365 — Customer Insights — Journeys / Contact Point Consent integration.
  - `dotdigital` boolean — Flag to enable or disable dotdigital integration.
  - `adobe_experience_cloud` boolean — Flag to enable or disable adobe experience cloud integration.
  - `advanced_internal_monitoring` boolean — Flag to enable or disable advanced internal monitoring.
  - `sf_sales_cloud` boolean — Flag to enable or disable Salesforce Sales Cloud integration.
  - `server_side` boolean — Flag to enable or disable the Server-Side product.
  - `acm_static_ip` boolean — Flag to enable or disable the ACM static IP.
  - `acm_vendor_templates` boolean — Flag to enable or disable the ACM vendors comparison with templates.
  - `acm_data_exports` boolean — Flag to enable or disable the ACM data exports feature.
  - `acm_high_frequency` boolean — Flag to enable or disable the ACM high frequency scheduled reports (up to 1 hour).
  - `acm_full_website_scan` boolean — Flag to enable or disable the ACM full website scan feature.
  - `web_sdk_versioning` boolean — Flag to enable or disable the Web SDK versioning feature.
  - `web_sdk_fixed_versioning` boolean — Flag to enable or disable the Web SDK fixed versioning feature.
  - `privacy_widgets_advanced` boolean — Flag to enable the Privacy Widgets Advanced feature. Fully manage privacy widgets, add new components, layers.
  - `cmp_consent_or_pay` boolean — Flag to enable the CMP Consent or Pay widget template.
  - `cmp_rules_underage` boolean — Flag to enable the CMP Rules Underage feature. Grants access to Didomi underage template + access to the Age group condition group in the privacy experience.
  - `privacy_widgets_versions` boolean — Flag to enable the Privacy Widgets Versions feature.
  - `dsar_experience` boolean — Flag to enable the DSAR Experience feature.
  - `brand_manager` boolean — Flag to enable the Brand Manager feature.
  - `cmp_advanced_widgets` boolean — Flag to enable the CMP Advanced Widgets feature.
  - `pmp_data_exports` boolean — Flag to enable or disable the PMP data exports feature.
  - `cmp_data_exports` boolean — Flag to enable or disable the CMP data exports feature.
  - `cmp_ctv_widgets` boolean — Flag to enable the CMP CTV Widgets feature.

## Response `200`

A list of PremiumFeature objects

- PremiumFeatures[]
  - `id` string, required — Premium feature ID
  - `created_at` string, date-time — Creation date of the premium feature
  - `updated_at` string, date-time — Last update date of the premium feature
  - `organization_id` string, required — Identifier of the organization the premium feature belongs to
  - `preference_center` boolean — Flag to enable or disable the Consents API for the "Preference Center" product.
  - `preference_management_platform` boolean — Flag to enable or disable the PMP SPA in the console.
  - `propagate_consents_on_sync` boolean — Flag to enable or disable the propagation to secondary users during synchronization process.
  - `consent_management_platform` boolean — Flag to enable or disable the CMP SPA in the console.
  - `cross_device` boolean — Flag to enable or disable the "Cross Device" product.
  - `batch_exports` boolean — Flag to enable or disable the "Batch Exports" product.
  - `batch_exports_manual_run` boolean — Flag to enable the /exports/execute endpoint to run exports from the API.
  - `batch_exports_analytics` boolean — Flag to enable or disable the "Analytics Exports" product.
  - `data_residency_russia` boolean — Flag to enable or disable the "Data residency" product for Russia.
  - `integrations` boolean — Flag to enable the Didomi integrations product.
  - `integrations_v2` boolean — Flag to enable the delivery of Consents API events to the new integrations platform.
  - `smart_vendor_list` boolean — Flag to enable or disable the "Smart Vendor list" product.
  - `compliance_report_v2` boolean — Flag to enable or disable the "Compliance Report Premium" product.
  - `versions_and_proofs` boolean — Flag to enable the "Versions & Proofs" product.
  - `mass_update` boolean — Flag to enable or disable the "Mass Update" product.
  - `consents_api` boolean — Flag to enable the Consents API (used by various premium features such as cross_device or batch_exports). All products that require the Consents API will enable this feature by default.
  - `store_cmp_consents` boolean — If enabled, it will send cmp consents that have an organization_user_id in their payload, commonly used for the cross_device feature.
  - `store_guest_cmp_consents` boolean — A subset of the store_cmp_consents flag, it will also enable sending cmp consents that do not have an organization_user_id.
  - `sso` boolean — Flag to enable SSO authentication.
  - `version` number — Revision number of the premium feature object
  - `mailchimp` boolean — Flag to enable or disable Mailchimp integration.
  - `actito` boolean — Flag to enable or disable Actito integration.
  - `hubspot` boolean — Flag to enable or disable Hubspot integration.
  - `sendinblue` boolean — Flag to enable or disable Sendinblue integration.
  - `selligent` boolean — Flag to enable or disable Selligent integration.
  - `adobe_campaign_classic` boolean — Flag to enable or disable Adobe Campaign Classic integration.
  - `adobe_campaign_standard` boolean — Flag to enable or disable Adobe Campaign Standard integration.
  - `webhooks` boolean — Flag to enable or disable Webhooks integration.
  - `sf_marketing_cloud` boolean — Flag to enable or disable Salesforce Marketing Cloud integration.
  - `braze` boolean — Flag to enable or disable Braze integration.
  - `marketo` boolean — Flag to enable or disable Marketo integration.
  - `microsoft_dynamics` boolean — Flag to enable or disable Microsoft Dynamics 365 integration.
  - `microsoft_dynamics_cpc` boolean — Flag to enable or disable Microsoft Dynamics 365 — Customer Insights — Journeys / Contact Point Consent integration.
  - `dotdigital` boolean — Flag to enable or disable dotdigital integration.
  - `adobe_experience_cloud` boolean — Flag to enable or disable adobe experience cloud integration.
  - `advanced_internal_monitoring` boolean — Flag to enable or disable advanced internal monitoring.
  - `sf_sales_cloud` boolean — Flag to enable or disable Salesforce Sales Cloud integration.
  - `server_side` boolean — Flag to enable or disable the Server-Side product.
  - `acm_static_ip` boolean — Flag to enable or disable the ACM static IP.
  - `acm_vendor_templates` boolean — Flag to enable or disable the ACM vendors comparison with templates.
  - `acm_data_exports` boolean — Flag to enable or disable the ACM data exports feature.
  - `acm_high_frequency` boolean — Flag to enable or disable the ACM high frequency scheduled reports (up to 1 hour).
  - `acm_full_website_scan` boolean — Flag to enable or disable the ACM full website scan feature.
  - `web_sdk_versioning` boolean — Flag to enable or disable the Web SDK versioning feature.
  - `web_sdk_fixed_versioning` boolean — Flag to enable or disable the Web SDK fixed versioning feature.
  - `privacy_widgets_advanced` boolean — Flag to enable the Privacy Widgets Advanced feature. Fully manage privacy widgets, add new components, layers.
  - `cmp_consent_or_pay` boolean — Flag to enable the CMP Consent or Pay widget template.
  - `cmp_rules_underage` boolean — Flag to enable the CMP Rules Underage feature. Grants access to Didomi underage template + access to the Age group condition group in the privacy experience.
  - `privacy_widgets_versions` boolean — Flag to enable the Privacy Widgets Versions feature.
  - `dsar_experience` boolean — Flag to enable the DSAR Experience feature.
  - `brand_manager` boolean — Flag to enable the Brand Manager feature.
  - `cmp_advanced_widgets` boolean — Flag to enable the CMP Advanced Widgets feature.
  - `pmp_data_exports` boolean — Flag to enable or disable the PMP data exports feature.
  - `cmp_data_exports` boolean — Flag to enable or disable the CMP data exports feature.
  - `cmp_ctv_widgets` boolean — Flag to enable the CMP CTV Widgets feature.

---

[API](https://skmtc.net/didomi/apis/didomi-api.md) · [All operations](https://skmtc.net/didomi/apis/didomi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/didomi/didomi-api/revisions/c82339816c36/schema)
