In legacy API, to get information about a contact, I’m using /contacts/v1/contact/vid/:vid/profile API. I’m now migrating to the V3 version of Hubspot APIs. I’m not able to find a similar API in V3 that returns whole information like properties, identity-profiles, associated-company details of a contact.
Suggest me to get all the information of a contact which are returned in legacy API.
You will need to request the properties that you want in the V3 with the “properties=” query parameter. You could also use one of the client libraries to get all properties.