I have to get access token with OAuth api. I dont have value for code parameter of api. While I initiating OAuth from accessing url “https://app.hubspot.com/oauth/authorize?scope=contacts%20content%20reports%20social%20automation%20actions%20timeline%20business-intelligence%20oauth%20forms%20files%20hubdb%20transactional-email%20integration-sync%20tickets%20e-commerce&redirect_uri=https://www.silicus.com/auth-callback&client_id=80c40b1b-c9fe-452a-9c0d-5bdafcec46e7” getting error like “This hub doesn’t have access to some HubSpot features that are required by this integration. Please contact the integrator.”
Hi, @vikasnagare.
Happy to help.
The code parameter will be appended to your redirect_uri when a successful connection is made.
It sounds like you are attempting to select an account which does not have all the tools — and therefore scopes — you are requesting (e.g. the transactional email add-on for the transactional-email scope).
If you clarify which account you are trying to connect, I should be able to identify which features are missing.