Skip to main content
Solved

Unable to delete device in community version

  • 17 July 2024
  • 2 replies
  • 22 views

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":""

}

 

 

2 replies

Userlevel 4
Badge +7

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

Badge +9

@Aaron.Gleason Thanks a lot Aaron

 

Reply