When working with a private app, you receive the error 403. How would you go about rectifying this error?

Update the scopes in your private app scope settings.

Update the access token in your integration.

Update from using a private app to an OAuth flow.

Create a new private app with different scopes.


Certification program: 👉 HubSpot academy certification exams

Explanation: The selected answer, ‘Update the scopes in your private app scope settings,’ is correct because it directly addresses the root cause of the 403 error encountered when working with a private app. In the context of API integrations, a 403 error typically indicates that the request was understood by the server but denied due to insufficient permissions or unauthorized access. Private apps in platforms like HubSpot often require specific scopes, which define the level of access the app has to various resources and functionalities within the platform. If a 403 error occurs, it suggests that the current set of scopes assigned to the private app may not encompass the necessary permissions to perform the requested operation. By updating the scopes in the private app’s scope settings to include the required permissions, the integration can gain the necessary access rights to resolve the 403 error and successfully execute the intended API calls. This approach avoids the need for more drastic measures, such as changing the access token or transitioning to a different authentication flow, and ensures that the integration maintains the appropriate level of access while adhering to the principle of least privilege. Therefore, understanding how to adjust and manage scopes effectively in the context of private app configurations is crucial for troubleshooting and resolving 403 errors encountered during API integration development and deployment.

Passing exams is not a workout. Multiple attempts won’t make you stronger.


  1. All possible certification exam questions
  2. 100% correct and verified answers
  3. Instant download
  4. Detailed explanations written by experts
  5. Free lifetime updates.
  6. All Hubspot category certifications in one package. Save big.




Note: we perform daily scans ensuring the file corresponds exactly the latest exam version and contains all possible questions from the real certification program.

You may also be interested: