Discussion

Ask a Question
Back to All

Basic Authentication Python

Hi,

I want to connect to TP with a cloud datawarehouse to retrieve data from the API

From the cloud data integration connection I insert the following fields for the initial authentication

URL : http://my.tpondemand.com/
User : MyUser
Pwd : MyPassword
Root Path : Leave Balnk

I have added the certificate from my.tpondemond.com and whitelisted the IP address by using the IP found after pinging mytpondemand.com

I tested on my local PC with python to connect and it works when i use an access token
https://my.tpondemand.com/api/v2/UserStories?format=json&access_token=xxxxxxxxxxhBQk1rRXNUNDZxS0NhbTBtK1pKaFFHV2M9

I also tested with success Excel connecting to web source https://my.tpondemand.com and giving the my username and password.

What am I missing to connect my cloud data warehouse to TP via the API????