Skip to main content

hi guys, even after using postman post request for getting api token, im getting response as 403. i have taken proper url and other parameters.
url:https://community.cloud.automationanywhere.digital/v1/authentication


body>raw

{

    "username":"",

    "password":""

}

 

 

The /v1/authentication API is no longer functional. Use the /v2/authentication (which is almost identical!) instead.

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/control-room-api/cloud-control-room-apis.html


@Aaron.Gleason Thanks a lot Aaron

 


Thank you @Aaron.Gleason  It woks


Reply