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.
Example Resolve Request by Previously Mapped Customer Record ID
curl -X POST \
https://api.fullcontact.com/v3/identity.resolve \
-H "Content-Type: application/json" \
-d '{\n "recordId": "customer123"\n}'
{
"recordIds": [\
"customer123"\
],
"personIds": [\
"eYxWc0B-dKRxerTw_uQpxCssM_GyPaLErj0Eu3y2FrU6py1J"\
],
"partnerIds": [\
"cydSqx8LjHb4_HlmPU69nlP5UIh2WK4TH7zcJXF2Io2_CQ5g"\
]
}
| Properties |
|---|
| personIds listQueryable |
| recordIds listQueryable |
| partnerIds listQueryable |