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.
I'm getting the same thing.
Even when I go to the API Reference and connect via oAuth (https://v3.developer.constantcontact.com/api_reference/index.html#!/Contacts/getContacts)
I still get the same unauthorized 401
Anyone know what would cause this to happen?
I'm also getting a 401 immediately after a successful token refresh. I've been using the API with no issues for several months but all of a sudden, 401 errors. This started yesterday at 12:09 PM.
I can refresh as many times as I want, but no matter what tokens I get back, I get a 401 response.
I was just about to create a post about this.
We have been using the v3 API since some weeks ago and all of sudden it stopped working.
We have investigating our code and came to the conclusion the issue is in the API side.
We can successfully make the authorization code request and receive the code.
Then we are able to exchange the code for an access token.
We are also able to use the refresh token in order to get a new access/refresh token.
The problem is that when we use the access_token to perform API requests, like:
curl -X GET \
'https://api.cc.email/v3/contacts?status=all&email=someperson%40domain.com&include_count=false&includ...' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer INSERT_SOME_VALID_RECENT_ACCESS_TOKEN_HERE' \
-H 'Cache-Control: no-cache' \
-H 'Accept: application/json'
We always get the response:
{"error_key":"unauthorized","error_message":"Unauthorized"}
Hello Everyone,
Sorry for the delayed response. As I'm sure you are already aware this issue has been resolved. We had a temporary issue with some certificates and they have been updated. Please let us know if you still see this problem.