Integrations
Auth
Fleet
- Settings
- ServiceTypes
- Regions
- GETList
- GETGet
- POSTCreate
- PUTUpdate
Tolls
Integrations
- Fleet Active Integrations
- Logs
- GETList
Drivers
- Driver-agreements
- POSTAdd
- GETList
- POSTBulk Create
Auth
Obtain Token
POST
/
api
/
auth
/
token
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"
}
Body
multipart/form-data
Response
200 - application/json
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"
}