While trying to update to version 3 of the api, I am getting an error.
When I send this URL to generate access token
I receive this:
Thanks!
Solved! Go to Solution.
Hello SpencerF23,
Thank you for reaching out to Constant Contact API Developer Support. My team is here to assist outside software developers with questions about building into Constant Contact's API.
The reason you encountered this error is that your authorization request URL did not include the state parameter, which is required for the initial authorization request. The state parameter is an arbitrary string value used to uniquely identify a user’s session. For more information on this parameter, you can review the Request Parameters section under Step 1 of the Authorization Code Flow documentation I’m linking below.
V3 API Authorization Code Flow:
https://developer.constantcontact.com/api_guide/server_flow.html
Please have a look and let us know if you have any other questions!
Regards,
Hello SpencerF23,
Thank you for reaching out to Constant Contact API Developer Support. My team is here to assist outside software developers with questions about building into Constant Contact's API.
The reason you encountered this error is that your authorization request URL did not include the state parameter, which is required for the initial authorization request. The state parameter is an arbitrary string value used to uniquely identify a user’s session. For more information on this parameter, you can review the Request Parameters section under Step 1 of the Authorization Code Flow documentation I’m linking below.
V3 API Authorization Code Flow:
https://developer.constantcontact.com/api_guide/server_flow.html
Please have a look and let us know if you have any other questions!
Regards,
Announcements
Join our list to be notified of new features and updates to our V3 API.
Sign Up