Connect — CRM Synchronization
Enrich a customer identity profile — deducts CONNECT_ENRICHMENT credits
POST
Enrich a customer identity profile — deducts CONNECT_ENRICHMENT credits
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url http://service.authmatech.com/v1/api/me/connect/profiles/{profileId}/enrich \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"reason": "<string>"
}
'{}curl --request POST \
--url http://service.authmatech.com/v1/api/me/connect/profiles/{profileId}/enrich \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"reason": "<string>"
}
'{}