Skip to main content
POST
/
v1
/
api
/
me
/
connect
/
profiles
/
{profileId}
/
enrich
Enrich a customer identity profile — deducts CONNECT_ENRICHMENT credits
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>"
}
'
{}

Authorizations

X-API-KEY
string
header
required

Path Parameters

profileId
string
required

Body

application/json
reason
string

Response

200 - */*

OK

The response is of type object.