La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
mars 23, 20238:54 AM - modifié mars 23, 20238:56 AM
Membre
Well, I guess the issue is that the fetch api as it is client side is subject to cross origin problems, as this endpoint requests authorization you just be able to reach it from your backend, that's why you're request works with the request node package but no with fetch api.
If you want to fetch any info from this api to the frontend, you could create an internal api to gather the data from hubspot and expose it to your client side.