There are two ways to change your password:
- You can change your credentials on the manage page on the following URL :
https://<myapi.biapi.pro>/2.0/auth/webview/manage? client_id=<client_id>&redirect_uri=<redirect_uri>&code=<acces_token>.
- You can directly arrive on the reconnect page allowing you to change your credentials in case of a wrongpass error for example :
https://<myapi.biapi.pro>/2.0/auth/webview/reconnect? client_id=<id_client>&redirect_uri=<redirect_uri>&code=<acces_token>&connection_id=<id_connection>
The client_id and the redirect_uri are available in your API's console.