POST Ping
POST https://api.swaycharts.io/dxsca-web/pingEmpty request
Authorization header should be included in case of basic authentication// Response
{
"sessionToken": "Authentication token to be used in all further requests",
"timeout": "Time interval after which token expires due to inactivity"
}Last updated