nerdexam
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)
  • A
    75% (18)
  • B
    4% (1)
  • C
    4% (1)
  • D
    17% (4)

Community Discussion

No community discussion yet for this question.

Full M70-201 Practice