The customer should make this endpoint accessible, including the provided sample input and its corresponding response. This endpoint should retrieve a list of Personally Identifiable Information (PII) elements for the specified custom PII tag, such as customer_id.
Request Type: GET
Input Structure:
tag_type
: The type of the custom PII tag for which data needs to be retrieved.
{"tag_type": "<Custom_tag_type>"}
Eg
{"tag_type": "CUSTOMER_ID"}
Response:
The output contains a list of data associated with the specified custom tag type.
{"tag_type": "CUSTOMER_ID", "data_list":["98765","78901","65432","56789"]}