POST
https://auth.cerebrium.ai
/
oauth2
/
token
curl --request POST \
  --url https://auth.cerebrium.ai/oauth2/token \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data client_id=2om0uempl69t4c6fc70ujstsuk \
  --data grant_type=refresh_token \
  --data 'refresh_token=<your-refresh-token>'

Body

application/x-www-form-urlencoded

Response

200

New session token retrieved successfully.