Question: True or false? Most HubSpot APIs require you to use either OAuth or private app for authentication.
- True
- False
Explanation
This is true because HubSpot APIs generally require authenticated access before protected account data can be requested or changed. OAuth is used for apps that connect across multiple HubSpot accounts. Private app access tokens are used for account-specific integrations. Both methods pass authorization through a bearer token in the request header. Unauthenticated requests are not appropriate for most CRM and app-related API operations.
Why the other options are incorrect
False This is incorrect because most HubSpot API calls require OAuth or private app access token authentication.
Source for verification
https://developers.hubspot.com/docs/apps/legacy-apps/authentication/intro-to-auth
https://developers.hubspot.com/docs/apps/developer-platform/overview
The answer(s) to the question is highlighted in the BOLD text above. You can also find more questions and answers related to the exams on the "Integrating With HubSpot I: Foundations" page.
