This section contains the details on the API to authenticate and obtain a JWT access token to call the APIs on this page.
The JWT will be used as the Bearer token to call any of the client-services APIs.
It will be short lived, thus each API request will need to be called with a new JWT via this auth API.
Connect email
Connect password
legacyUser
{ "email": "me@myemail.com", "password": "my-secure-password", "strategy": "legacyUser" }
On successful login, a statusCode of 200 will be returned and the JWT can be found in the Header with the key : x-auth-token.
A refreshToken will also be provided with the key x-refresh-token that will be used to create new access tokens.