POST
/
auth
/
login
curl --request POST \
  --url https://api.cloud.flexprice.io/v1/auth/login \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>",
  "password": "<string>",
  "token": "<string>"
}'
{
  "tenant_id": "<string>",
  "token": "<string>",
  "user_id": "<string>"
}

Body

application/json
Login request
email
string
required
password
string
required
Minimum length: 8
token
string

Response

200
application/json
OK
tenant_id
string
token
string
user_id
string