v1

latestOpenAPI 3.0.22026-07-146916.1 KB
GDPR TCF vendor list

Retrieve vendors on vendor list

Returns a list of vendors for the GDPR TCF vendor list associated with the specified property.

get/vendor-list/vendors

Query parameters

siteIdinteger required

The property ID for the property in the Sourcepoint portal.

Response

Success

Example response

{
  "vendors": [
    {
      "_id": "623454ae293cdf6fc91234",
      "name": "Vendor name"
    }
  ]
}