APIs & Integrations

udita_jain
Member

API - Issue In Getting Contact Property

SOLVE

Hello everyone,

I am facing an issue in getting all the properties using below API. We have a contact property called "Target" which is not coming when hitting the below API. Any clue?

https://api.hubapi.com/contacts/v1/contact/vid/xxxx/profile

(xxxx) - dummy record is.

0 Upvotes
1 Accepted solution
udita_jain
Solution
Member

API - Issue In Getting Contact Property

SOLVE

Thanks for the information.

FYI, I am able to figure the issue. This API is not returning the property if it is blank.

View solution in original post

0 Upvotes
2 Replies 2
udita_jain
Solution
Member

API - Issue In Getting Contact Property

SOLVE

Thanks for the information.

FYI, I am able to figure the issue. This API is not returning the property if it is blank.

0 Upvotes
Not applicable

API - Issue In Getting Contact Property

SOLVE

You need to use the property parameter to specify which properties you want returned in the response:

e.g.

https://api.hubapi.com/contacts/v1/contact/vid/xxxx/profile?property=Target

0 Upvotes