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": ""
}Documentation Index
Fetch the complete documentation index at: https://docs.fleetit.com/llms.txt
Use this file to discover all available pages before exploring further.
refresh_tokenThe body is of type object.
Successful response
""
Was this page helpful?