curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/Account/IsAuthenticated
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"IsAuthenticated": true
}
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/Account/IsAuthenticated
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"IsAuthenticated": true
}
The response is of type object
.