curl --request POST \
--url https://synthesis.trade/api/v1/project/account/{account_id}/session/{session_id}/refresh \
--header 'X-PROJECT-API-KEY: <api-key>'{
"success": true,
"response": {
"account_id": "01234567-89ab-cdef-0123-456789abcdef",
"session_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"created_at": "2026-01-01T00:00:00",
"expires_at": "2026-01-08T00:00:00"
}
}Expire the existing session and issue a new one.
curl --request POST \
--url https://synthesis.trade/api/v1/project/account/{account_id}/session/{session_id}/refresh \
--header 'X-PROJECT-API-KEY: <api-key>'{
"success": true,
"response": {
"account_id": "01234567-89ab-cdef-0123-456789abcdef",
"session_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"created_at": "2026-01-01T00:00:00",
"expires_at": "2026-01-08T00:00:00"
}
}