v4
latestOpenAPI 3.1.02026-07-3196251302.5 KBaccount
Refresh session token
post/v1/account.refreshSession
Headers
User-Agentstring
X-Forwarded-Forstring
Request body
Example request
{
"$schema": "https://api.steamsets.com/schemas/V1AccountRefreshSessionRequestBody.json"
}Response
OK
Example response
{
"$schema": "https://api.steamsets.com/schemas/V1AccountRefreshSessionBody.json",
"refreshExpiresAt": "2023-01-01T00:00:00Z",
"sessionExpiresAt": "2023-01-01T00:00:00Z",
"sessionToken": "auth_"
}