My was working 30 days ago and now I am running into trouble.
I was using a GET request for the following API:
I successfully retrieve the access token, but when I retrieve a Status 403:
{
"error_key": "access_denied",
"error_message": " Request forbidden due to insufficient authorization scopes."
}
Last time I came across a similar issue there was an issue with some fo the certificates that had to be updated.
Any assistance to help trouble shoot would be greatly appreciated.
Thanks.
Solved! Go to Solution.
Hi @KenJ32,
Previously we only had endpoints for contacts. We recently released new endpoints for email campaigns. Since that release the scopes moved from optional to required. The release notes mention the new scope, but it does not mention they are now required. We'll work towards making our notes better going forward.
After rereading the authentication workflow I discovered my error. While in parts of the documentation describes "scope" as optional, it is now required for the token request. Without Scope I was receiving a valid token, but it did not provide access for any data (scope).
Does anyone know if this was a recent change?
Thanks,
Hi @KenJ32,
Previously we only had endpoints for contacts. We recently released new endpoints for email campaigns. Since that release the scopes moved from optional to required. The release notes mention the new scope, but it does not mention they are now required. We'll work towards making our notes better going forward.
Announcements
Join our list to be notified of new features and updates to our V3 API.
Sign Up