---
title: "Merge end-user consent status with identity provider"
method: POST
path: "/consent/v3/{siteId}/tcstring"
tags: ["GDPR TCF end-user consent status"]
---

# Merge end-user consent status with identity provider

`POST /consent/v3/{siteId}/tcstring`

Merge an end-user's custom vendor consent profile with the information Sourcepoint has for IAB vendors taken from a TCString that is provided. Though originally planned for the German consortium *NetId*, it is available for any identity provider to confirm or revoke vendor consent in one place<br><br>*Your organization will require their own CMP ID to use this API. Please contact your Sourcepoint Client Support team if you require more information.*

## Path parameters

- `siteId` integer, required

## Query parameters

- `consentUUID` string

## Request body

- object
  - `euconsent` string, required — tcString for end-user

## Response `200`

Success

- MergeConsent — Returns end-user consent after merging consent profile
  - `userConsentRecord` object
    - `categories` string[] — Purposes consented to by end-user
    - `legIntCategories` string[] — Purposes consented to who use legitimate interest as a legal basis.
    - `vendors` string[] — Vendors consented to by end-user
    - `legIntVendors` string[] — Vendors consented to by end-user who use legitimate interest as a legal basis for at least one purpose
    - `id` string — Request ID
    - `consentUUID` string — consentUUID for end-user
    - `siteId` integer — Property ID for the property in the Sourcepoint portal.
    - `euconsent` string — tcString for end-user
    - `vendorListId` string — Vendor list ID
    - `fromNetId` boolean — Is the consent profile from an end-user using the netID single sign-on?
    - `dateCreated` string — Timestamp on the request
    - `__v` integer — WIP
  - `appendedConsentUUID` string — consentUUID for end-user after request

---

[API](https://skmtc.dev/privacy-mgmt/apis/sourcepoint-gdpr-tcf-api.md) · [All operations](https://skmtc.dev/privacy-mgmt/apis/sourcepoint-gdpr-tcf-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/privacy-mgmt/sourcepoint-gdpr-tcf-api/revisions/4f3d78ea78b5/schema)
