Identifiers
List Profile Identifiers
Retrieve all identifier types linked to a profile along with their stored values. Use this to audit which external keys (phone, email, externalId, etc.) are currently associated. Values are returned in the order enforced by each identifier settings limitPolicy and reflect any normalization applied by the service.
get/v1/Stores/{storeId}/Profiles/{profileId}/Identifiers
Response
A list of identifiers.
Example response
{
"identifiers": [
{
"idType": "email",
"values": [
"primary@example.com",
"backup@example.com"
]
}
]
}