Skip to main content
POST
/
api
/
login
Get login token
curl --request POST \
  --url https://fleet.staging.ezprk.dev/api/login \
  --header 'Content-Type: application/json' \
  --data '"<string>"'
"<string>"

Body

application/json

Refresh token in plain text without any other characters

Response

200 - */*

JWT for authenticating the user to call other endpoints

The response is of type string.