Hello,
I am on the sell trial version.
I am trying to fetch the contacts using the "https://api.getbase.com/v2/contacts" API.
Also, I tried to create the contact through API.
both seem to be working fine in Postman.
But It is not working while I am making a web request through the C# back-end code.
It is throwing 500 Internal server errors.
Please help on this.
Can you have your C# back-end send the request to a mock API to ensure that you're sending the same HTTP headers as when you send the request using Postman?