question

paradisetester avatar image
paradisetester asked Miguel Deactivated answered

Not found App error

My app is not working its give not found error. And how we create app on live account. I used the Sandbox rest api its working fine but when i make it live i am facing not found issue Please check
https://sandbox.dev.clover.com/oauth/authorize?client_id=YS4DFB0QZTDER
REST APIApp MarketAPI TokenAuth
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Miguel avatar image
Miguel Deactivated answered
Make sure you're using the correct URL based on your environment.

For OAuth authorization requests, you should use the following:
  • Sandbox: https://sandbox.dev.clover.com/oauth/
  • US Production: https://www.clover.com/oauth/
  • EU Production: https://eu.clover.com/oauth/

Additionally, all other REST API calls should use these:
  • Sandbox: https://apisandbox.dev.clover.com/
  • US Production: https://api.clover.com/
  • EU Production: https://api.eu.clover.com/
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community