sharali
(Sharali)
1
Hi,
I need to fetch the data from Rest API. Following are the data I am having.
- EndPoint URL
- Sample request:
{
“quoteId”: 4744448627,
“dealId”: 70165774,
“userId” : “mariar”,
“testCaseName”: “test case name for UI path POC”,
“testCaseDesc”: “Test==”
}
- Client Credentials like:
Client ID and Client Password.
- Token URL.
Getting 401 status code when i click on Preview
mkankatala
(Mahesh Kankatala)
3
Hi @sharali
Check out the below thread
Hope it helps!!
sharali
(Sharali)
4
I have used HTTP request activity to call Rest API.
Is this correct ?