v1

latestOpenAPI 3.0.22026-07-146916.1 KB
GDPR TCF vendor list

Map vendors and purposes

Returns mapping of vendors and purposes with legal bases for the vendor list associated with the property.

Note: For each vendor, the response will only include purposes that have a configured legal basis (Consent, Legitimate Interest, Disclosure Only). Any purposes that are Not Applicable will not be returned in the response.

Additionally, vendors will need at least one purpose with a configured legal basis to be returned in the response.

get/vendor-list/vendor-purpose-mapping

Query parameters

siteIdinteger required

The property ID for the property in the Sourcepoint portal.

Response

Success

vendorIdstring

Unique ID for a vendor

Example response

[
  {
    "vendorId": "abcd2fbeb8e05c306f2aefgh",
    "categories": [
      {
        "id": "1234e01e32bd4d27654b5678",
        "type": "CONSENT"
      }
    ]
  }
]