Customers
Invoices
Wallets
Entitlements
Environments
Events
Features
Payments
Integrations
Subscriptions
Tenants
Users
Auth
Login
Login a user
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
Minimum length:
8
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>"
}