HTTP 401 UnauthorizedException
For several days my CC v3 API calls were working both in Postman and in my R Script. Yesterday the calls started failing. I am successfully retrieving the OAUTH token, but after passing it to the final GET call, I am getting the response below. Any assistance would be appreciated.
GET /v3/contacts
cache-control: no-cache
Postman-Token: #############
Authorization: Bearer {TOKEN}
User-Agent: PostmanRuntime/7.6.0
Accept: */*
Host: api.cc.email
accept-encoding: gzip, deflate
HTTP/1.1 401
status: 401
Content-Type: application/json
Content-Length: 59
Connection: keep-alive
Date: Tue, 22 Jan 2019 16:42:31 GMT
x-amzn-RequestId: b4cb3627-1e64-11e9-b9be-5558a99d58b5
Access-Control-Allow-Origin: *
Access-Control-Allow-Headers: Content-Type,X-Amz-Date,Authorization,X-Api-Key
x-amzn-ErrorType: UnauthorizedException
x-amz-apigw-id: T6guSGURoAMFSgw=
Access-Control-Allow-Methods: GET,POST,PUT,DELETE,PATCH,OPTIONS
X-Cache: Error from cloudfront
Via: 1.1 c8b22b813bc9140f3fc38a5e2fae3685.cloudfront.net (CloudFront)
X-Amz-Cf-Id: cHKfG_lKisca1yQyh9cC8WfCxERTX1sE5CzwwRo-9J56jRDA__dCNw==
{"error_key":"unauthorized","error_message":"Unauthorized"}