OAuth for public apps: GET request type changed to POST
What's new
Native and external appsChanges in API
POST /api/oauth/token HTTP/1.1
Host: my.ecwid.com
Content-Type: application/x-www-form-urlencoded
client_id={client_id}&client_secret={client_secret}&code={code}&redirect_uri={redirect_uri}&grant_type=authorization_codeWhy the changes are breaking
How to update the app
Last updated
Was this helpful?
