Contact
Information about an individual affiliated with another CRM Object (e.g., a Lead, a Deal, etc)
CRMChatDialerEmbedded IntegrationsGo-To-MarketIntegrationiPaaSMarketing AutomationSales EngagementUnified-APIWebhook
Properties
| Name |
Type |
Description |
| id |
string |
Id of the object in the connected CRM. |
| email |
string |
|
| firstName |
string |
|
| lastName |
string |
|
| jobTitle |
string |
Not supported by Pipedrive |
| phone |
string |
The primary phone number for this contact |
| mobilePhone |
string |
The primary mobile phone number for this contact. Possibly the same as the phone number. |
| createdTime |
string |
The timestamp that the contact was created |
| modifiedTime |
string |
The timestamp the contact was last modified |
| associations |
object |
|
| $native |
object |
|
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/vessel/refs/heads/main/json-schema/vessel-contact-schema.json",
"title": "Contact",
"description": "Information about an individual affiliated with another CRM Object (e.g., a Lead, a Deal, etc)",
"x-provenance": {
"generated": "2026-08-13",
"method": "derived",
"source": "openapi/vessel-crm-openapi.yml#/components/schemas/Contact",
"note": "Extracted verbatim from the schema Vessel publishes in its own OpenAPI 3.1.0 definition. No fields were added, renamed or invented."
},
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Id of the object in the connected CRM."
},
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"jobTitle": {
"type": "string",
"description": "Not supported by Pipedrive"
},
"phone": {
"type": "string",
"description": "The primary phone number for this contact"
},
"mobilePhone": {
"type": "string",
"description": "The primary mobile phone number for this contact. Possibly the same as the phone number."
},
"createdTime": {
"type": "string",
"description": "The timestamp that the contact was created"
},
"modifiedTime": {
"type": "string",
"description": "The timestamp the contact was last modified"
},
"associations": {
"type": "object",
"required": [
"accountIds",
"dealIds",
"leadIds",
"ownerUserId"
],
"properties": {
"accountIds": {
"type": "array",
"items": {
"type": "string"
}
},
"dealIds": {
"type": "array",
"items": {
"type": "string"
}
},
"leadIds": {
"type": "array",
"items": {
"type": "string"
}
},
"ownerUserId": {
"type": "string"
}
}
},
"$native": {
"$ref": "#/components/schemas/NativeData"
}
},
"required": [
"id",
"createdTime",
"modifiedTime",
"associations"
]
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vessel-contact"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.