Unable to get access token using apex_web_service

MichelleH240
Participant
0 Votes

I am trying to generate an access token and refresh token. But end up with the below reply.  It is really hard to guess where the error is. 

 

------------

<!DOCTYPE html>


<!-- template name: general.error.page.template.html -->


<html lang="en" dir="ltr">
<head>
<title>Error</title>
<base href="https://idfed.constantcontact.com/" />
<meta name="robots" content="noindex, nofollow" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="assets/css/main.css" />
</head>

<body>
<div class="ping-container">
<div class="ping-header">
Error
</div><!-- .ping-header -->
<div class="ping-body-container">

<div class="section-title">
Unexpected System Error
</div>

<div class="ping-messages ping-nopad">


<div class="ping-error">
Sorry for the inconvenience. Please contact your administrator for assistance and provide the reference number below to help locate and correct the problem.
</div>

</div>
<div class="top-lowered">
Reference#: <strong>cejurw</strong>
</div>

 

</div> <!-- .ping-body-container -->
<div class="ping-footer-container">
<div class="ping-footer">
<div class="ping-credits"/>
</div> <!-- .ping-footer -->
</div> <!-- .ping-footer-container -->
</div> <!-- .ping-container -->
</body>
</html>

--------------

 

Kindly advise!

 

Br//

Ketan

1 REPLY 1
Aarron_G
Moderator
0 Votes

Hello @MichelleH240,

 

In order to fully troubleshoot, would you please send us an email at webservices@constantcontact.com with the following information?

  •  Your API key
  • The code you're using / API calls you're making
  • Which step of the authorization flow is returning this error
  • The login username of the Constant Contact account you're attempting to generate a token for, if the issue seems to be limited to a specific account

Regards,


Aarron G.
API Support Engineer
Did I answer your question? If so, please mark my post as an "Accepted Solution" by clicking the Accept as Solution button in the bottom right hand corner of this post.