curl --request POST \
--url https://api.app.fleetit.com/api/auth/token/refresh/ \
--header 'Content-Type: application/json' \
--data '{}'{
"access": ""
}This endpoint allows users to refresh their authentication token. The request requires a valid refresh token to be present in the cookie named refresh_token.
curl --request POST \
--url https://api.app.fleetit.com/api/auth/token/refresh/ \
--header 'Content-Type: application/json' \
--data '{}'{
"access": ""
}refresh_tokenThe body is of type object.
Successful response
""
Was this page helpful?