Get Group Request from postman return 401

I'm facing a 401 error when i'm trying to run the GET GROUP request from Postman App

Best Answer

  • i.bentoumi
    i.bentoumi Explorer
    Answer ✓

    Hi

    Finally it works , i just have to uninstal and reinstal postman and it works.

    Regards,

Answers

  • @i.bentoumi,

    Thank you for posting the query.

    Can you please provide us the request header and the postman console logs to look into the cause of the error?

  • @Prabhjyot

    Thank you for response.

    Below you can find the request header and the postman console logs.

    GET /v1/groups
    accept: */*

    accept-encoding: gzip, deflate

    authorization: Signature keyId="9cfb3913-7c82-445b-b325-bd5019796823",algorithm="hmac-sha256",headers="(request-target) host date",signature="RhHwhroPjbU7+omAciKT35PE3I500uymOPa4H4XNWM0="

    cache-control: no-cache

    date: Thu, 25 Oct 2018 08:19:01 GMT

    host: rms-world-check-one-api-pilot.thomsonreuters.com

    postman-token: c03da069-fb6f-41af-b059-84d1f49ca495

    user-agent: PostmanRuntime/7.3.0



    HTTP/1.1 401
    status: 401

    authorization: WWW-Authenticate: Signature realm="World-Check One API",algorithm="hmac-sha256",headers="(request-target) host date content-type content-length

    date: Thu, 25 Oct 2018 08:19:15 GMT

    server: ""
    transfer-encoding: chunked
    x-application-context: application

    image