cURL
curl --request POST \ --url https://api.steamgold.dev/v1/auth/refresh-tokens \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "refreshToken": "<string>" } '
{ "access": "<string>", "refresh": "<string>" }
Обновляет токен
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Токен
plant response
Ключ доступа
Ключ обновления