POST
/
auth
/
token
/
refresh
/
Refresh Bearer token
curl --request POST \
  --url https://sandbox.prezio.eu/api/auth/token/refresh/ \
  --header 'Content-Type: application/json' \
  --data '{
  "refresh": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9..."
}'
{
  "access": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9..."
}

Body

refresh
string
required

Response

200 - application/json
access
string
required
refresh
string
required