cancel
Showing results for 
Search instead for 
Did you mean: 

Basic questions about REST API 1.x

Basic questions about REST API 1.x

Hi All, 

 

I'm quite new to this forum, Magento and the REST API. I've read documentation and multiple articles on the web. 

 

As I understand I need three steps:

  1. /oauth/initiate
  2. /oauth/authorize as customer or /admin/oauth_authorize as admin
  3. /oauth/token

If I understand correctly, I need to go to the url in the browser at step 2 and log in as admin (or customer) to get a verify-token which I need in step 3. 

My question is: Is this a one-time action I need to take? Or do I need to do this every time ?


Regards, Peter