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"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.