Generate a new access token using the provided refresh token.
Security
bearer-key
POST
curl -i -X POST \
https://api-saas.mend.io/api/v2.0/login/accessToken \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'wss-refresh-token: {wss-refresh-token}'Response
{ "correlationId": "string", "userUuid": "string", "userName": "string", "email": "string", "refreshToken": "string", "jwtToken": "string", "orgName": "Organization A", "orgUuid": "123e4567-e89b-12d3-a456-426655440000" }