How to create api oauth client_secret and client id and get order api
I have another Lead CRM besides creating an API to integrate my website orders into Lead CRM and get order details
How to create api oauth client_secret and client id and get order api
I have another Lead CRM besides creating an API to integrate my website orders into Lead CRM and get order details
Hi, just to make sure I haven’t misunderstood, do you mean you are setting up your own API and want to set up oAuth as the authorization method?
If so, this is quite a complicated thing to set up and will require a lot of coding knowledge. I would advise starting by researching oAuth 2.0, what it is and how it works, first.
Then once you have an understanding of this, you’d want to look into Wix HTTP functions to open the API.
And Wix Fetch will likely be useful as well
Fell free to let me know if you’ve already started the process and have any specific blockers in the process, or if I’ve misunderstood (apologies if I have misunderstood).