Sign in a user with email and password; upon success, authentication cookies are set in the browser.
This is used by Forestreet’s internal frontend application.
Pass a static API key for every request, provided by your customer support.
User signed in successfully
Message from the server.
Access token for the user.
^[A-Za-z0-9-_]+(?:\.[A-Za-z0-9-_]+)+$Refresh token for the user.
^[A-Za-z0-9-_]+(?:\.[A-Za-z0-9-_]+)+$Expires duration for the access token.
Expires timestamp for the access token.