POST
/
api
/
auth
/
token
/
refresh
curl --request POST \
  --url https://api.app.fleetit.com/api/auth/token/refresh/ \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "access": ""
}
The request requires a valid refresh token to be present in the cookie named refresh_token

Body

application/json · object

Response

200
application/json
Successful response
access
string
Example:

""

Was this page helpful?