Question: True or false? You must build a Node app to test API calls.
- True
- False
Explanation
A Node app is only one way to run and test API requests. API calls can also be tested with tools such as Postman, command-line clients, or supported developer documentation tools. In Amazon Ads workflows, a valid endpoint, headers, and authorization details are more important than the programming framework used. A full application is usually built after the request behavior has been verified. Testing outside the app can make troubleshooting faster because it separates API behavior from application code.
Why the other options are incorrect
True This is incorrect because API calls can be tested without building a Node application.
Source for verification
https://advertising.amazon.com/API/docs/en-us/guides/get-started/overview
https://advertising.amazon.com/API/docs/en-us/guides/account-management/authorization/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.
