Solved

Create Access Token Sandbox HTTP Response - 500 Internal Server Error

  • 17 October 2023
  • 3 replies
  • 105 views

Hi Guys, 

The create access token API (Post) is giving me a 500 internal server error. The specific response is below.

 "error": "login_failed"

What could be the problem. 

 

Thanks

 

Emma

 

 

icon

Best answer by allan.ddamulira 17 October 2023, 13:03

View original

3 replies

Userlevel 2

Hi Guys, 

The create access token API (Post) is giving me a 500 internal server error. The specific response is below.

 "error": "login_failed"

What could be the problem. 

 

Thanks

 

Emma

 

 

Which country, If MTN RW, you need to contact your admins on the whatsapp group.
If not, then kindly visist the How To Videos on the Developer Community home page, scroll down and follow the vidoes. The developer community has articles to help you creating your subscription/ login credentials

Userlevel 3
Badge

Verify your APi User and API Key, these will be your Username and Password respectively when authenticating with basic Auth. 

The issue was with the base64 encode. Correct format is UUID:APIKEY 

 

Thanks 

Reply