ML
I'm trying to connect to the ARIS API using the requests package in Python. I'd like to pull in the PNG data from the API, but am trying to simply connect first. Using the example from the API documentation so as to not use my own info, this is what I've tried:
import requests
token = requests.post("http://<servername:port>/umc/api/v2/tokens?tenant=default&name=system&pas
sword=manager)
But this results in an error that I think is related to credentials. For context, I don't have admin rights yet. Any help I can get here would be great, but some example code would be amazing.
Hello Matthew,
probably you can adopt this https://www.ariscommunity.com/users/m3b/2022-12-10-using-aris-rest-api-example
Regards, Martin