# Generate a JWT Token (time limited) Generates and returns an expiring JSON Web Token for the authenticated user. Used for integration purposes. >Information: >The request header must contain real credentials (i.e. not just a session cookie). Endpoint: POST /accountmanager.getjsonwebtoken/{minutes} Security: basic, X-PriceFx-jwt ## Path parameters: - `minutes` (string, required) The number of minutes in which the token expires. ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.csrfToken` (string) - `response.data` (array) - `response.status` (number)