Backend Application Flow with OAuth2

PREPARE79
Rookie
0 Votes

My company currently does nightly searched of our client list, and manually adds new client email addresses to Constant Contact by cut and paste.  We really want to get rid of this manual process and automate it.  I started by looking at the v2 API, but it only has limited support for custom fields, which we heavily use.

 

Looking at the v3 API, I am a bit confused by your examples, especially by the redirect URI etc.  Since this is a stand alone client, I have no server to redirect to.

 

After reading up on OAuth2, it looks like I need to use the Backend Application Flow process, but I don't see any references to this sort of process in Constant Contact.

 

Any clarification or examples would be greatly appreciated.

1 REPLY 1
Jimmy_D
Employee
0 Votes

Hello @PREPARE79,

 

Thank you for reaching out to Constant Contact's API Support.

 

Our API currently has a single method of authentication with oAuth2 and that is with generating an Access Token. If this process is only going to be seen by you then you can use https://localhost as the redirect URI which will direct you to a generic website.

 

We are exploring other options to our authentication, but at this time we do not have an eta on those options.


Regards,
Jimmy D.
Tier II API Support Engineer
Resources
Developer Portal

View API documentation, code samples, get your API key.

Visit Page

Announcements

API Updates

Join our list to be notified of new features and updates to our V3 API.

Sign Up