access_token
has reached its expiration date, you wonβt be able to access Qonto API with it.
You should request a new one by calling the /oauth2/token
endpoint with your refresh_token
.
Donβt forget to store your new refresh_token
as the previous one will be invalidated π you will need it for the next refresh.
POST https://oauth.qonto.com/oauth2/token
must contains the following body parameters:
refresh_token
.application/x-www-form-urlencoded
client_secret
.