Question
Python Login in IBC
Hi team,
Our group has been recently migrated to IBC. Now i am trying to access the analysis and datamodels of IBC via python from my local system. But i am unable to login . I was using python in the old environment , and i was using API_ID and API_token, now which API_ID isnt availble for me.
Is API_ID required to login? or is just API_token along with the URL is enough?
Please suggest
Code that i have tried:
from pycelonis import get_celonis
login = {celonis_url: my_url, api_token: my_api_token}
c_source = get_celonis(**login)
Thank you.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.