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).

Securitybasic or X-PriceFx-jwt
Request
Request Body schema: application/json
object
Responses
200

OK

post/accountmanager.getjsonwebtoken
Request samples
application/json
{
  • "data": {
    }
}
Response samples
application/json
{
  • "response": {
    }
}