Hubspot API batch creation in c# not working

I have a csv file with the headers same as my hubdb table and a bunch of data that I want to import using azure functions.

I’ve tried this endpoint “…/cms/v3/hubdb/tables/123/import” and also v2 and v1 but I’m still getting HTTP 400.

Do you know how to reach those endpoints or if there is a better solution?

Thank you

@NPortugal8 - based on the limited information here, I’d initially suggest a check on the header configuration for the API call. It should not contain any format value, just authentication. That’s whats tripped me up in the past with the file/import related APIs.

Good luck!

Steve