401 Unauthorized Error On Postman Post Requests - Pilot Environment

Hey Refinitiv Team,

Hope you're doing well!

We were trying to setup the pilot environment using the postman collections available on the website but can't seem to make a 'Post' request. The 'Get' requests work fine, however, all the post requests throw a 401 Unauthorised error. We're currently trying to run the 'Perform Synchronous Screening: Simple' request and haven't changed anything in the collection.

Here is the request body for reference:

{
"groupId":"{
{group-id}}",
"entityType": "INDIVIDUAL",
"providerTypes": [
"WATCHLIST"
],
"name": "putin",
"secondaryFields":[],
"customFields":[]
}


Here are the relevant environment variables:

1656366302598.png


Console Logs:

Request Headers
Date: Mon, 27 Jun 2022 21:52:19 GMT
Content-Type: application/json
Authorization: Signature keyId="{keyId}",algorithm="hmac-sha256",headers="(request-target) host date content-type content-length",signature="{Signature}"
Content-Length: 179
User-Agent: PostmanRuntime/7.29.0
Accept: */*
Postman-Token: {Token}
Host: api-worldcheck.refinitiv.com
Accept-Encoding: gzip, deflate, br
Connection: keep-alive

Response Headers
Server: awselb/2.0
Date: Mon, 27 Jun 2022 21:52:19 GMT
Content-Type: text/html
Content-Length: 134
Connection: keep-alive
Location: https://api-worldcheck.refinitiv.com:443/v1/cases/screeningRequest

Would really appreciate your help regarding this!

Best Answer

Answers