Skip to main content
POST
/
core
/
contact
cURL
curl --request POST \
  --url http://sandbox.mintlify.com/core/contact \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "data": {
    "attributes": {
      "name": "<string>",
      "email": "<string>",
      "other_email": "<string>",
      "first_name": "<string>",
      "middle_name": "<string>",
      "last_name": "<string>",
      "preferred_name": "<string>",
      "honorific": "<string>",
      "title": "<string>",
      "role": "<string>",
      "seniority": "<string>",
      "bio": "<string>",
      "description": "<string>",
      "avatar_url": "<string>",
      "birth_date": "<string>",
      "phone": "<string>",
      "other_phone": "<string>",
      "home_phone": "<string>",
      "mobile_phone": "<string>",
      "linkedin_handle": "<string>",
      "twitter_handle": "<string>",
      "facebook_handle": "<string>",
      "instagram_handle": "<string>",
      "city": "<string>",
      "state": "<string>",
      "country": "<string>",
      "company_name": "<string>",
      "company_website": "<string>",
      "company_industry": "<string>",
      "company_employee_count": "<string>",
      "company_revenue": "<string>",
      "company_sector": "<string>",
      "company_phone": "<string>",
      "company_description": "<string>",
      "company_location": "<string>",
      "company_timezone": "<string>",
      "company_twitter_handle": "<string>",
      "company_linkedin_handle": "<string>",
      "company_avatar_url": "<string>",
      "company_is_icp": true,
      "company_tech": [
        "<string>"
      ],
      "lead_source": "<string>",
      "lead_score": 123,
      "domain": "<string>",
      "source": "<string>",
      "type": "<string>",
      "form": "<string>",
      "play": "<string>",
      "traffic_source": "<string>",
      "last_seen": "<string>",
      "visits": 123,
      "chats": 123,
      "meetings": 123,
      "persona": "<string>",
      "custom_fields": {},
      "enriched_fields": [
        "<string>"
      ],
      "enriched_timestamp": "<string>"
    }
  }
}'
{
  "data": {
    "attributes": {
      "name": "<string>",
      "email": "<string>",
      "other_email": "<string>",
      "first_name": "<string>",
      "middle_name": "<string>",
      "last_name": "<string>",
      "preferred_name": "<string>",
      "honorific": "<string>",
      "title": "<string>",
      "role": "<string>",
      "seniority": "<string>",
      "bio": "<string>",
      "description": "<string>",
      "avatar_url": "<string>",
      "birth_date": "<string>",
      "phone": "<string>",
      "other_phone": "<string>",
      "home_phone": "<string>",
      "mobile_phone": "<string>",
      "linkedin_handle": "<string>",
      "twitter_handle": "<string>",
      "facebook_handle": "<string>",
      "instagram_handle": "<string>",
      "city": "<string>",
      "state": "<string>",
      "country": "<string>",
      "company_name": "<string>",
      "company_website": "<string>",
      "company_industry": "<string>",
      "company_employee_count": "<string>",
      "company_revenue": "<string>",
      "company_sector": "<string>",
      "company_phone": "<string>",
      "company_description": "<string>",
      "company_location": "<string>",
      "company_timezone": "<string>",
      "company_twitter_handle": "<string>",
      "company_linkedin_handle": "<string>",
      "company_avatar_url": "<string>",
      "company_is_icp": true,
      "company_tech": [
        "<string>"
      ],
      "lead_source": "<string>",
      "lead_score": 123,
      "domain": "<string>",
      "source": "<string>",
      "type": "<string>",
      "form": "<string>",
      "play": "<string>",
      "traffic_source": "<string>",
      "last_seen": "<string>",
      "visits": 123,
      "chats": 123,
      "meetings": 123,
      "persona": "<string>",
      "custom_fields": {},
      "enriched_fields": [
        "<string>"
      ],
      "enriched_timestamp": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Contact information

data
object
required

Response

Contact created or updated successfully

data
object
required