Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Contact information
Response
Contact created or updated successfully
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>"
}
}
}
Create or update a contact in Signals
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>"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Contact information
Show child attributes
Contact created or updated successfully
Show child attributes