Required Scopes
This API requires one of the following scopes:crm.objects.contacts.readcontentcrm.objects.contacts.write
Path Parameters
Unique identifier for a particular contact. In HubSpot's contact system, contact ID's are called "vid", as you can see in the API output.
Query Parameters
By default, all valued properties will be included. If you include the "property" parameter, then the returned data will only include the property or properties that you request. You can include this parameter multiple times to specify multiple properties. The lastmodifieddate and associatedcompanyid will always be included, even if not specified. Keep in mind that only properties that have a value will be included in the response, even if specified in the URL.
One of value_only or value_and_history to specify if the current value for a property should be fetched, or the value and all the historical values for that property. Default is value_and_history.
One of all, none, newest, oldest to specify which form submissions should be fetched. Default is all.
Boolean true or false to indicate whether current list memberships should be fetched for the contact. Default is true.
Response
Successful response - The get a contact by vid endpoint returns information about a single contact by its ID (vid) for a given account
The response is of type object.