Alternate Mechanism to invoke API
After enabling the Resource Owner Password Credentials (ROPC) authentication type for Digital Worker, you need to call the POST API for sending the resource owner credentials to the authorization server. To know how to enable invoke API for Digital Worker, see the Platform-Installation Guide.pdf.
To get the token which can be used to invoke APIs:
- Method Name - POST
- API Name – http(s)://<hostname>:<port_number>/digitalworker/api/apitoken
- Click Body > provide the Raw JSON data for the username, password and grant_type.
- Hit the API.
NOTE:
Digital Worker has access to Common IAM.
- Status Code 200 is returned along with the token.