get https://example.com/csrf/
The Nonce Getter
Use this to get a nonce, which then can be used for making another API request.
Parameters
None.
Returns
A JSON object with the following properties:
status - ok
if the operation was successful, or error
if there was a problem.
version - always 1
.
nonce - a nonce, associated with the current session.
Running /csrf/
You have to call /csrf/ twice, the first time generates a nonce, and the second time gives you the nonce.