This endpoint is publicly accessible without authentication
Public Access
This endpoint does not require authentication and can be accessed by anyone with a valid refresh token. It’s used to renew expired session tokens.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The refresh token
Response
OK
The expiration time of the refresh token
Examples:
"2023-01-01T00:00:00Z"
The refresh token
The expiration time of the session token
Examples:
"2023-01-01T00:00:00Z"
The session token
Examples:
"auth_"
A URL to the JSON Schema for this object.
Examples:
"https://api.steamsets.com/schemas/V1AccountRefreshSessionBody.json"
