Hey team
👋,
I’m stuck with an error while integrating our Gamma phone system with HubSpot via the API, and I’d really appreciate any feedback or ideas on what might be going on.
API error (when the user isn’t a super admin):{
"status": "error",
"message": "Authorization failed because you don't have permissions to authorize the scopes required by the app. Please contact your super admin to get the necessary permissions.",
"correlationId": "1696f0fa-ea45-40fe-8496-6931072a13b3",
"category": "MISSING_PERMISSIONS",
"subCategory": "AuthorizationErrorType.USER_MISSING_PERMISSION"
}
OAuth flow we’re using:https://app.hubspot.com/oauth/authorize?
scope=timeline%20oauth%20integration-sync%20
crm.objects.contacts.read%20crm.objects.contacts.write%20
crm.objects.companies.write%20crm.objects.deals.write%20
crm.objects.owners.read%20crm.objects.users.read
https://api.hubapi.com/oauth/v1/tokenI also opened a ticket with HubSpot support, and they redirected me here to see if the community has any ideas.
Has anyone encountered this before? Any insights on missing permissions or scope configuration we might be overlooking? Thanks in advance!
🙏