Oauth says App is not found

I’ve created new app
and make request from browser as in documentation:
https://oauth.pipedrive.com/oauth/authorize?client_id=&state=&redirect_uri=http://some_url
What can be wrong?
Redirect uri is the same as in the ap settings
Is it possible that problem is in http (there was https in documentation)

1 Like

I would recommend keeping with https in all scenarios.
Can I have you check this out?

We have created an app, our redirect_uri is https, but we get the same error.

@lasersox
Have you made sure that the account you’re trying to access the app from is the one that it was created on? ie - make sure the last account logged into is the Sandbox account (you can tell when you head to the Marketplace as it will show which account you’re currently accessing in the upper right).

2 Likes

I had the same issue and your answer fixed it! Thanks

Why is this the requirement? Aren’t app registrations global? How do we make our OAuth app global, available to any user to do OAuth flow with?

Thanks