nerdexam
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)
  • A
    73% (24)
  • B
    3% (1)
  • C
    3% (1)
  • D
    15% (5)
  • E
    6% (2)

Community Discussion

No community discussion yet for this question.

Full M70-101 Practice