Accessing Private API in databricks notebook

Laltu_singh
New Contributor II

Hello, I am trying to access an API in databricks python notebook which is available within a restricted network.

When I try to access that API, it's not able to find the URL used to access the API and throws an HTTP error (max retries exceeded).

do you have any suggestions on how to access the API for above case?