curl --request POST \
--url https://api.app.fleetit.com/api/auth/token/ \
--header 'Content-Type: multipart/form-data' \
--form username= \
--form password=
{
"access": "SlOokqn6lPtWbPRWrUiXnpyhNpsSD-xiCQYQpxcH5YI"
}
Successful response
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://api.app.fleetit.com/api/auth/token/ \
--header 'Content-Type: multipart/form-data' \
--form username= \
--form password=
{
"access": "SlOokqn6lPtWbPRWrUiXnpyhNpsSD-xiCQYQpxcH5YI"
}