Refreshes the Authentication App access token for the authenticated user.
Authorization
Returns
Current Version
curl --location -g --request POST 'https:///auth-service/api/v2/users/refresh-access-token' \
--header 'Authorization: Bearer '{
"success": true,
"message": "Token refreshed",
"data": {
"access_token": "<jwt>",
"ejento_access_token": "<ejento>",
"token_type": "bearer"
}
}