Openli
IntroductionGetting StartedTechnical DocumentationGet help
  • Getting started
    • Introduction
    • Dictionary
    • FAQ
      • IAB TCF v2.0
  • Privacy hub
    • How to create your privacy profile
    • How can I get an Openli Privacy Badge?
    • Vendor owners
    • Why are custom properties on vendors super valuable?
    • Setting up custom properties
  • Tasks
  • Cookie Consent Management
    • Quickstart
    • Checklist: Cookies
    • Cookie widget
      • Create a cookie policy
      • Create a cookie widget
      • Install the widget
      • Manually add any cookies
      • Customise your widget
      • How to get color codes
      • Set the widget language
      • Use custom link/button instead of Cookie Shield
      • Add company name to cookie pop-up
    • Categorise your cookies
    • Adding information to cookies
    • Adding information to your cookie providers
    • Blocking Cookies with Openli
    • Cookie expiration dates and lifespan
      • Changing expiration on Google Analytics cookies
  • Policy and agreement management
    • Generate your privacy policy
    • Changing an old cookie policy to a new on autopilot
    • Embed your policies and legal agreements
      • Embedding agreements without displaying a widget
    • Install the Privacy Badge
  • General Openli guides
    • Setting up SSO (Single Sign-On)
      • SSO with Azure AD (Microsoft)
      • SSO with Google
      • SSO with Okta
      • How to log in with SSO
    • Add a website to your Openli account
    • Using projects to handle multiple languages
    • Collect consents without storing IP addresses or user-agents
  • Technical documentation
    • Widget
      • Collect cookie consent
        • Blocking cookies
        • Blocking embedded media
        • Cookie-widget options
        • Consent state API
    • API
      • Services
        • Personal data
        • Subprocessors
    • Cookies set by Openli
  • System Specific Integration Guides
    • Cloudflare
  • Legacy integrations
    • Google Consent Mode
    • Google Tag Manager
      • Block cookies with GTM
      • Install Openli with GTM
      • Prevent triggers from firing in GTM
    • HubSpot
    • Pardot
    • Shopify
      • Install cookie widget
      • Integrate consent with checkout
    • Square Online
    • Squarespace
    • Webflow
    • Wix
Powered by GitBook
On this page
  1. Technical documentation
  2. API
  3. Services

Subprocessors

List all subprocessors for a specific service in your project.

List all subprocessors for a given service

GET https://app.openli.com/api/v1/services/:service_public_key/subprocessors

You can find a specific service's public key under settings in the app.

Example request:

https://app.openli.com/api/v1/services/123456789adbfc/subprocessors

Path Parameters

Name
Type
Description

123456789adbfc*

The public key of the particular service.

Headers

Name
Type
Description

X-API-Key*

API key set for your project.

{
    "subprocessors": [
        {
            "usage_description": "This subprocessor is used for...",
            "subprocessor_name": "Subprocessor name",
            "subprocessor_description": "A service that processes data for us",
            "vendor_name": "Vendor name",
            "vendor_address": "Vendor address",
            "data_processing_locations": [
                {
                    "country_name": "Denmark",
                    "country_code": "DK"
                },
                ...
            ]
        },
        ...
    ]
}
PreviousPersonal dataNextCookies set by Openli

Last updated 2 years ago