Access the Hubspot API in 2 minutes 💨
Create an integration
Authorize Hubspot
Call the Hubspot API
curl "https://api.nango.dev/proxy/crm/v3/objects/contacts?properties=email,phone" \
-H "Authorization: Bearer <NANGO-SECRET-KEY>" \
-H "Provider-Config-Key: <INTEGRATION-ID>" \
-H "Connection-Id: <CONNECTION-ID>"