1

I'm doing a GET for customers with a given email address (there will only be one). Before displaying the returned information, I need to authenticate the user, but I can't see a way in the docs that allows providing a password as a parameter to a GET. In fact It only seems to be possible to provide a password when creating (POSTing) or updating (PUTting) a customer. Is it possible to authenticate customers via the API this way?

4

1 に答える 1

0

私が理解していることから-_authenticationは、顧客オブジェクトのPOSTおよびPUTでのみサポートされています。ログインなどができる顧客を作成することを目的としていると思います。

あなたのユースケースを説明できますか?おそらく回避策があります..

于 2013-07-02T01:19:15.213 に答える