curl --request POST \
--url https://api.app.fleetit.com/api/auth/token/refresh/ \
--header 'Content-Type: application/json' \
--data '{}'{
"access": ""
}Exchange a refresh token for a new access 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?