POST
/
v2
/
refresh_token
curl --request POST \
  --url https://api.galileo.ai/v2/refresh_token
{
  "access_token": "<string>",
  "token_type": "bearer"
}

Cookies

refresh_token
string
required

Response

200
application/json

Successful Response

The response is of type object.