Need help with https://forge.mql5.io/ - page 2

 
Paul #:

I can login to Community tab of Metatrader.

It seems to me that the authentication link to Algo Forge is broken. I really need a level 3 type support person from Algo Forge to somehow reset my account.

Please try to log in now. 

You may use this page: https://forge.mql5.io/user/login or a front page's "Sign In" option

Use your login which is phampton and your current mql5.com password

Sign in - MQL5 Algo Forge
Sign in - MQL5 Algo Forge
  • MQL5 Algo Forge - trader's community
  • forge.mql5.io
MQL5 Algo Trading community features uniques services for users of MetaTrader 5 and MetaTrader 4 trading platforms
 
Marsel #:

Please try to log in now. 

You may use this page: https://forge.mql5.io/user/login or a front page's "Sign In" option

Use your login which is phampton and your current mql5.com password

Forum on trading, automated trading systems and testing trading strategies

MQL5.community OAuth.

Vladislav Andruschenko, 2026.06.12 06:19

Hello,

I am experiencing an issue with MQL5.community OAuth. The authorization flow works correctly until the user_info request.

What works correctly

  • The user is redirected to the MQL5 OAuth authorization page.
  • The user confirms access.
  • My callback receives code and state .
  • The token endpoint successfully returns access_token , refresh_token , expires_in , and token_type: Bearer .

Token endpoint:

https://www.mql5.com/api/oauth/access_token

Problem

After receiving a fresh access_token , the user info endpoint does not return user profile data.

User endpoint:

https://www.mql5.com/api/oauth/user_info

Request methods tested

  • GET with Authorization: Bearer <access_token>
  • GET with access_token query parameter
  • POST with access_token body
  • POST with token
  • POST with oauth_token
  • POST with access_token and token_type=Bearer

Results

GET requests return an HTML 404 page.

POST requests return:

{ "error": { "error": 103, "message": "Access token is invalid because the user is not authorized" } }

The access token is fresh and is received immediately before calling user_info.




Question

Could you please confirm whether this endpoint is currently working?

https://www.mql5.com/api/oauth/user_info

Also, what exact request method should be used to retrieve user profile data after receiving the access token?

Thank you.

Can you help with this?