I am trying to get a token so I can connect to Joan tablet cloud to pull data from it. The curl call is the following:
curl -u client_id:secret https://portal.getjoan.com/api/token/ -d 'grant_type=client_credentials'
I have the client_id and secret from the site but can't figure out where to put it. I have tried the Headers and Payload but I can't seem to get the token back. Works great in curl and I even got it in Postman.
Does anyone have any idea on where to put the -u parameters in download tool?