API for /contacts/v1/contact/vid/:vid/profile in V3

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.

Sample screenshot of Legacy API:

Sample screenshot of similar but not so useful V3 API:

Hey @kughane

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.

@quentin_lamamy , do you have any opinions on this?

@dennisedson, Thanks for your reply. To fetch properties, I’ll send the list in the request query parameter :+1:

How do I batch query contacts along with associations? I found batch API to fetch the list of contacts but along with associations is it available?

@kughane

Pretty sure you are still going to need to rely on the V1 endpoint for that query.

@lynton , would you agree?

Yes you will need to use the v1 api for that data.