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

The body is of type object.

Response

200
application/json

OK

The response is of type object.