How are you trying to access? What error message are you getting? Are you using "requests" module or something similar as the below code?
import requests
resp = requests.get("https://api.example.com/data")
print(resp.json())
I'd say I already used that with a trial version without getting issues but not completely sure if I ran that in a serverless cluster...