Getting error when calling Rest API in Studio

Hi,

I need to fetch the data from Rest API. Following are the data I am having.

  1. EndPoint URL
  2. Sample request:
    {
    “quoteId”: 4744448627,
    “dealId”: 70165774,
    “userId” : “mariar”,
    “testCaseName”: “test case name for UI path POC”,
    “testCaseDesc”: “Test==”
    }
  3. Client Credentials like:
    Client ID and Client Password.
  4. Token URL.

Getting 401 status code when i click on Preview

@sharali

check the reference

Hi @sharali

Check out the below thread

Hope it helps!!


I have used HTTP request activity to call Rest API.
Is this correct ?