Get a One Time Token

post/accountmanager.getonetimetoken

Generates a one time auth token (for the authenticated user). The token can be, for example, sent via a URL GET parameter.

Securitybasic or X-PriceFx-jwt
Responses
200

OK

Response Schema: application/json
object
node
string non-empty
csrfToken
string non-empty
data
Array of objects
status
number
Request samples
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "csrfToken": "string",
    • "data": [
      • { }
      ],
    • "status": 0
    }
}