Identifiers
Retrieve Profile Identifier
Retrieve all stored values for a specific identifier type on a profile. Values are normalized according to the configured identifier settings and returned in the order determined by its limitPolicy.
get/v1/Stores/{storeId}/Profiles/{profileId}/Identifiers/{idType}
Response
Identifier values associated with the requested type.
Example response
{
"idType": "email",
"values": [
"primary@example.com",
"backup@example.com"
]
}