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
username
string

Username or Email can be used for login

Example:

""

password
string
Example:

""

Response

200 - application/json
Successful response
access
string
Example:

"SlOokqn6lPtWbPRWrUiXnpyhNpsSD-xiCQYQpxcH5YI"

Was this page helpful?