Rest API Authentication

Hi,

I need to make an REST API call and have marked it as Sign In required. API uses Bearer token for authorization.
When i do set up env then system asks me for UserId and password which is not applicable for my API call.How can i configure my automation process for this scenario

Regards,
Amit

HI @amit_anand15

When you want to authenticate using a Bearer token, then uncheck Sign In required.

In your API activity, create a header of Authorization and provide the value as Bearer token

Adding screenshots for further clarity

Example from Postman

image

From Studio

image

AssistEdge 19.1 Enterprise users can leverage API framework docs - http:/ui/api-docs