curl --request POST \
--url https://api.app.fleetit.com/api/token/verify/ \
--header 'Content-Type: multipart/form-data' \
--form 'token={{refreshToken}}'Verify an access token is valid.
curl --request POST \
--url https://api.app.fleetit.com/api/token/verify/ \
--header 'Content-Type: multipart/form-data' \
--form 'token={{refreshToken}}'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.
"{{refreshToken}}"
Successful response
Was this page helpful?