Skip to main content
Expire Current Session
curl --request POST \
  --url https://synthesis.trade/api/v1/account/session/expire \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "response": {
    "expired": true
  }
}

Authorizations

Authorization
string
header
required

Account session token.

Response

200 - application/json

Current session expired