Forum Discussion

mahonni's avatar
mahonni
Frequent Visitor
8 years ago

Pull data from a REST API Authentication with a nonce field

Hi, I'm trying to use this API, following posts like this one but I keep getting "invalid arguments" error. The idea is to get info like the "balance", so I need to use POST instead of GET.

 

I barely understand how APIs work, but looking at the documentation, it looks like I need to send a nonce which I understand it has to be an increasing number every time and that I can't repeat it. The problem is that this nonce field has to be send in the POST data, but I only know how to send data as a header.

 

How should I do that?

 

Thanks!!

5 Replies