APIs & Integrations

marnusv
Member

Contact Details

SOLVE

Hi,

I'm trying to get the telephone number and the job title of a Contact. I don't see the information in the following end points:

https://api.hubapi.com/companies/v2/companies/xxxxx/contacts

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

 

Please direct me in the right direction?

Thanks

0 Upvotes
1 Accepted solution
himanshurauthan
Solution
Thought Leader | Elite Partner
Thought Leader | Elite Partner

Contact Details

SOLVE

Hello @marnusv 

 

The api that you are using is correct. Can you confirm if the contact holds any value for the two properties: telephone number and job title?

If so, try to specify the property in the request url when you run the GET api call for a contact like this: &property=x&property=y

Thanks

 

Digital Marketing & Inbound Expert In Growth Hacking Technology

View solution in original post

2 Replies 2
himanshurauthan
Solution
Thought Leader | Elite Partner
Thought Leader | Elite Partner

Contact Details

SOLVE

Hello @marnusv 

 

The api that you are using is correct. Can you confirm if the contact holds any value for the two properties: telephone number and job title?

If so, try to specify the property in the request url when you run the GET api call for a contact like this: &property=x&property=y

Thanks

 

Digital Marketing & Inbound Expert In Growth Hacking Technology
marnusv
Member

Contact Details

SOLVE

Thank you @himanshurauthan 

Not sure how I missed it. Specifying the properties did the job.