Authenticate with username and apiKey
- Zuletzt aktualisiert2022/03/02
Authenticate with username and apiKey
Make a POST request with a username and API to generate a JSON Web Token (JWT) to use to authenticate in Control Room APIs.
Prerequisites
- A user with the Generate API-Key role.Note: The Generate API-Key feature requires the creation of a custom role, see Enterprise 11: Create and assign API key generation role.
- Generate API-Key.
- Valid username and apiKey for your Control Room
- REST client or access to Automation Anywhere Swagger files for your Control Room.
- URL:
http://<your_control_room_url>/v1/authentication
- Method: POST
Using a Generate API-Key enables users to create tokens without the need to gather user credentials.