Hubspot Authentication

We will be using the Rest API to integrate Hubspot into DataSiv.

Begin by making a private Hubspot Api App using https://developers.hubspot.com/docs/api/private-apps.

Make a new Rest API resource and add a header with the key: Authorization and value Bearer YOUR_API_KEY

Congrats! You're now able to issue API calls, e.g. to 'https://api.hubapi.com/crm/v3/objects/contacts?limit=10&archived=false' via the Rest API connector.