Skip to main content
POST
/
api
/
v1
/
auth
/
token
/
refresh
/
cURL
curl --request POST \
  --url https://api.example.com/api/v1/auth/token/refresh/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "refresh": "<string>"
}
'
{
  "access": "<string>",
  "refresh": "<string>"
}

Body

refresh
string
required
Minimum string length: 1

Response

200 - application/json
access
string
required
read-only
refresh
string
required