PipeDrive API C#

Hello Pipedrive Community,

I hope you are all doing well. I’m currently working on integrating Pipedrive into our system, and I’ve run into an issue that I could use some guidance on.

Problem Description:

I have successfully developed and tested my Pipedrive integration locally, and everything works perfectly fine with my configuration. However, when I deploy the integration to our network environment, it doesn’t work as expected

What’s Working:
My integration works flawlessly in my local development environment.
I have verified that the configuration is correct by testing it locally.

What’s Not Working:
When I deploy the integration to our network environment, it fails

Thank you in advance for your assistance, and I’m happy to provide additional details or clarify any points if needed.

Best regards,

Hey Saad,
Welcome to Pipedrive Developers’ Community!

would you be able to provide a specific example of what kind of failure you get? Maybe which endpoint is failing, what response and error code do you get?

Cheers!

Check the usual stuff.
Have you replaced your API key with the non-sandbox one?
Are you using the right organisation API endpoint?
If you’re doing auth, are you using the right auth credentials?

Is your network environment a local dev replica? Or is this your production environment?