Magento
M70-101 · Question #19
What must be done to allow a third-party system to access the Magento API?
The correct answer is A. Run a login call with username/password, and use the returned session_id for every request. See the full explanation below for the reasoning.
Question
What must be done to allow a third-party system to access the Magento API?
Options
- ARun a login call with username/password, and use the returned session_id for every request.
- BGet a token previously generated in Magento admin.
- CRun an authenticate call with username/password; the call will set up a session automatically.
- DRegister the remote IP address in the api/allowed_ips/ [system name] node.
- EUse a secure certificate, with public/private keys, and get a private key installed inside Magento.
How the community answered
(33 responses)- A73% (24)
- B3% (1)
- C3% (1)
- D15% (5)
- E6% (2)
Community Discussion
No community discussion yet for this question.