APIs & Integrations

Not applicable

Fetching contact via API

Hi,

I am fetching contact record through request API - /contacts/v1/contact/email/:email/profile.

For some reason it is not returning any data for email - #effigy14@gmail.com

The user is present on contacts. Can you please let me know what could be the reason?

0 Upvotes
1 Reply 1
3PETE
HubSpot Employee
HubSpot Employee

Fetching contact via API

@sougata_bose You have to encode the ‘#’ most likely since it is a special character.

https://www.w3schools.com/tags/ref_urlencode.asp

0 Upvotes