API Import CRM Data

Hello, I’m new to the Hubspot API’s, I want to use the CRM data import service: Accounts Dashboard | HubSpot, but i cannot find the base url and when I want to try in postman, it shows me that the link has expired, could you please help me.

I’m seeing that it allows me to load contacts/companies, i also want to know if i can load contacts and associated businesses in the same record

@RRivadeneira0 - looking at the documentation page - beside any API description there is a little ‘copy’ icon which offers you the complete API URL. For example:

https://api.hubapi.com/crm/v3/imports/

You can also often see it in the example code (although for this set of APIs this is a bit weak :slightly_smiling_face:

To answer you other question - you can see from this high level explanation that you can undertake multiple imports in one action - including imports from multiple files with related associations.

Good luck!

Steve