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
  }
}

Documentation Index

Fetch the complete documentation index at: https://api.synthesis.trade/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Account session token.

Response

200 - application/json

Current session expired