Authenticate with username and password
- Zuletzt aktualisiert2020/04/15
Authenticate with username and password
Make a POST request with a username and password to generate a JSON Web Token (JWT) to use for authentication in Control Room APIs.
Prerequisites
- Valid username and password for your Control Room
- REST client or access to Automation Anywhere Swagger for your Control Room.
- URL:
http://<your_control_room_url>/v1/authentication
- Method: POST