Forum Discussion
XavierSA
3 years agoNew Member
API connection with Holded ERP
Dear all, Pleased to be here writing my firs question. I've been reading your post for years. I'm trying to connect my ERP solution (Holded) directly with an API but I'm not very skilled on it. We...
artemus
3 years agoMicrosoft Employee
The code for this would look like:
Web.Contents("https://api.holded.com/api/invoicing/v1/contacts", [Headers=[Accept="application/json"], ApiKeyName="Key"])If this works, you should be prompted to enter in the value for the key when you fill in the connection details.
XavierSA
3 years agoNew Member
Thank you very much for your answers Artemus,
I didn't get the result we expected. I see that:
I tried with the 2 options of levels as https://api.holded.com/api/invoicing/v1 & https://api.holded.com/api/invoicing/v1/contacts without success.
I also see that on the technical info of Holded ERP : "Calls made over plain HTTP will fail. API requests without authentication will also fail. "
If I succeed connecting it I will come back and inform.