Oauth2 Authentication

cashelcashel Member Posts: 1

Hi, I'm currently unable to receive a call back using the following URL. I'm receiving a {"error": {"message": "Not found."}}

I haven't be testing our app recently, so I generated a new app to verify the issue was not with the client_id or secret and received the same result. I have be able to connect in the past, so wondering if their is any followup I can check given this error messsage.

Thanks

https://api.waveapps.com/oauth2/authorize/client_id=xxx&response_type=code&scope=account:read business:read customer:read invoice:read product:read sales_tax:read user:read transaction:*&redirect_uri=https://localhost:443/waveCallback

Comments

  • AngelaCAngelaC Member Posts: 12 admin

    Hi @cashel!

    You appear to be missing a ? after .../oauth2/authorize/ in your URL. The correct format should be:

    https://api.waveapps.com/oauth2/authorize/?client_id=xxx&response_type=code&scope=account:read business:read customer:read invoice:read product:read sales_tax:read user:read transaction:*&redirect_uri=https://localhost:443/waveCallback

Sign In or Register to comment.