Identity Streme: Secure Sharing
Secure Sharing
Secure Sharing leverages customer data stored within each partner’s Identity Streme in order to share identities without exposing PII. This solution enables second party data to be shared by using a persistent Person ID as well as a persistent Partner ID.
If you want to learn more about how Secure Sharing can help your business please contact our Sales team.
curl -X POST \
https://api.fullcontact.com/v3/identity.resolve \
-H "Content-Type: application/json" \
-d '{
"recordId": "customer123"
}'
{
"recordIds": [
"customer123"
],
"personIds": [
"eYxWc0B-dKRxerTw_uQpxCssM_GyPaLErj0Eu3y2FrU6py1J"
],
“partnerIds”: [
“cydSqx8LjHb4_HlmPU69nlP5UIh2WK4TH7zcJXF2Io2_CQ5g”
]
}
Properties | |
---|---|
personIds listQueryable | The FullContact-driven person ID attached to a customer based on customer’s account and customer record ID. |
recordIds listQueryable | The client-driven record id attached to a customer. |
partnerIds listQueryable | The FullContact-driven Partner ID attached to a shared second-party customer. |
Updated over 1 year ago