POST
/
enrichPerson
Enrich person data
curl --request POST \
  --url https://api.parcha.ai/api/v1/enrichPerson \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "jsmith@example.com",
  "full_name": "<string>",
  "first_name": "<string>",
  "last_name": "<string>",
  "company": "<string>",
  "location": "<string>",
  "phone": "<string>",
  "profile": "<string>"
}'
{
  "status": "success",
  "data": {},
  "error": "<string>",
  "source": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Body

application/json
email
string<email>
full_name
string
first_name
string
last_name
string
company
string
location
string
phone
string
profile
string

Response

Person enrichment successful

status
enum<string>
Available options:
success,
error,
not_found
data
object
error
string
source
string