Skip to main content

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

 

 

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


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