Hello all,
I´m trying to use ARIS REST API but I obtain a 403 error status.
I already obtained the certificate but when I call the API after replacing the parameter, I obtain the mentioned error.
to obtain a token I used the URL:
POST http:// <servername:port>/umc/api/tokens?tenant=default&name=system &password=manager&key=lsjflskjfsfj
I replay the key value for the ARIS API certificate: obtain after obtaining the certificate.
Can help me to solve the Problems.
Best regards,
Omar Hweitat,
Dear Omar,
Did you follow the ARIS Repository API - Technical Introduction (ariscloud.com)?
I think it starts that you need a UMC token which authorizes your call against the available user accounts. This is similar to passing the user login page with username and password.
Once you have a token you can call then any of the available ARIS RESTful APIs.
This is how a successful POST on /v2/tokens on the ARIS UMC API looks like:
Cheers
Runè