APIs & Integrations

tburger
Member

Get Contact by Email is failing - Even for demo

trying to perform a lookup contact by email.It keeps coming back with the below. I would share more specifics but the actual demo link in the API doesn’t even work and returns the same thing all the time

"{“status”:“error”,“message”:“contact does not exist…”

Broken demo link
https://api.hubapi.com/contacts/v1/contact/email/testingapis@hubspot.com/profile?hapikey=demo

_API Method I’m using (broken link above is indicated in _

Search for a contact by email address | Contacts API

GET /contacts/v1/contact/email/:contact_email/profile - For a given portal, return information about a single contact by its email address.

Thanks

0 Upvotes
3 Replies 3
tburger
Member

Get Contact by Email is failing - Even for demo

Yes, the By Email is working for the demo link now as well as for my code.

The by id one in my second post is working now for my code but not for the demo link above.

Getting some odd stuff happening when endpoints are not working on the HubSpot side. These 2 issues were just a day or so after there was another issue. New to integrating with HubSpot and hoping these are few and far between.

Thanks for your follow up

0 Upvotes
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Get Contact by Email is failing - Even for demo

Hi @tburger,

Are you still seeing issues with these endpoints? I’m getting successful responses using the demo links.

0 Upvotes
tburger
Member

Get Contact by Email is failing - Even for demo

Get by Id is also not working… same response for both the ids I’m trying to use and the demo link the API documentation

https://api.hubapi.com/contacts/v1/contact/vid/3234574/profile?hapikey=demo

Thanks

0 Upvotes