OAuth 2.0 is a protocol that lets your app request access to a Qonto user account without getting their password. Your app can ask for specific permissions that the user will be able to review and validate.
redirect_uri
with a temporary authorization code.On your backend, you will have to exchange this code for an access_token
.See the Token endpoint documentation for a detailed description of this step.access_token
in the Authorization
header, as describe in this example: