Skip to main content
POST
/
api
/
contact
/
ingestion
/
execute
Execute the contact import
curl --request POST \
  --url http://localhost:3000/api/contact/ingestion/execute \
  --header 'Content-Type: application/json' \
  --data '
{
  "sessionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'

Body

application/json
sessionId
string<uuid>
required

Session ID from upload

Response

Import completed