POST
/
auth
/
refresh-tokens
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Токен
refreshToken
string

Response

200
application/json
plant response
access
string
required

Ключ доступа

refresh
string
required

Ключ обновления