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:
- /oauth/initiate
- /oauth/authorize as customer or /admin/oauth_authorize as admin
- /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