# Generate a JWT Token Generates and returns a non-expiring JSON Web Token for the authenticated user. Allows to restrict the scope of the token by a list of permissions. Used for integration purposes. >Information: >The request header must contain real credentials (i.e. not just a session cookie). Endpoint: POST /accountmanager.getjsonwebtoken Security: basic, X-PriceFx-jwt ## Request fields (application/json): - `data` (object) - `data.permissions` (array) ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.csrfToken` (string) - `response.data` (array) - `response.status` (number)