Forum Discussion
PraharshaK
2 years agoQrew Member
I'm doing this in Excel VBA. I plan to display a userform which will take the credentials through the HTTP API calls.
So to be clear, my doubt was if I could authenticate through HTTP API calls and make JSON RESTful API calls with that authentication. If a ticket is generated, I think I can work with that!
Thanks for your reply, Chayce.
------------------------------
Praharsha K
------------------------------
ChayceDuncan
2 years agoQrew Captain
If you're doing it that way you'll need to use the HTTP - XML Based api. The JSON API only takes a user token but you have the full breadth of the HTTP api using the auth ticket.
------------------------------
Chayce Duncan
------------------------------