Create new session using a valid API key, which will return a JWT token in the response.
This allows API users to create a timed session from the backend, before passing the resultant JWT token to an unauthenticated frontend application. This prevents any risks of the API key being exposed to the frontend application.
PUT /v2/auth/session
endpoint.Pass a static API key for every request, provided by your customer support.
API key for authentication.
1
Session created successfully
The response is of type object
.