Courtney, Thank you but this does not help. Let me better explain. We only want to access our own data. Users requesting information on our site can also request being added to a CC newsletter by selecting a checkbox. We want to automate adding this contact with the API instead of logging into CC to enter in manually. As far as I can figure out all of the Authorization flows require someone to log in and authorize our code to add the contact. Refresh tokens seem to reduce that effort but not eliminate it and require a greater amount of coding for a simple process. The embedded form allows a user to add themselves as a contact, there should be a similar method that I can use programmatically with out having to log in and Authorize.
... View more