Magento
M70-201 · Question #81
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
(24 responses)- A75% (18)
- B4% (1)
- C4% (1)
- D17% (4)
Community Discussion
No community discussion yet for this question.