Jump to content

Recommended Posts

Posted
i am really not good at API,  So excuse for the simple simple question..  how do I generate an Auto token to start working with the APIs?  
if someone can please explain it in very very simple terms, i would appreciate..... 

Thank you
Posted
would you mind explaining a bit more on how to get the Authentication Token? its not working for me, looks like i'm missing some basics here.....
Posted
Use Postman in chrome.  Create MD5 hash of username:password and submit it with postman.

{   "data":{
      "credentials":"md5 has here",
      "realm":"client realm to connect too"
   }
}

You need to configure the headers to be Content-Type application/json
×
×
  • Create New...