POST
/
api
/
auth
/
token
/
refresh
curl --request POST \
  --url https://api.app.fleetit.com/api/auth/token/refresh/ \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "access": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzIwNDUwMjM1LCJpYXQiOjE3MjA0NDgyMjUsImp0aSI6IjZkYmY4MGZhNTU3ZDRmNzM4ZTcwZDNhMWMxNTUzMzMxIiwidXNlcl9pZCI6MiwibmFtZSI6Im1pcnphIiwiaXNTdXBlckFkbWluIjpmYWxzZX0.IkxUzINi7ENpkqrdmB9R2jVIcaACJulIY663as9tYVM"
}
The request requires a valid refresh token to be present in the cookie named refresh_token

Body

application/json · object

The body is of type object.

Response

200
application/json
Successful response
access
string