Skip to main content
POST
/
api
/
contact
/
map-excess-data
Map excess fields for contact payload
curl --request POST \
  --url https://your-instance.example.com/api/contact/map-excess-data \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "sourceText": "<string>",
  "existingSchema": {},
  "mappedData": {},
  "excessData": {}
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
sourceText
string
existingSchema
object
mappedData
object
excessData
object

Response

Mapped excess data

The response is of type object.