Skip to main content
POST
/
auth
/
login
/
Log in
curl --request POST \
  --url https://earthcare.network/api/v1/auth/login/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "password": "<string>"
}
'
{
  "token": "<string>"
}

Body

application/json
email
string<email>
required
password
string<password>
required

Response

Authenticated

token
string