Skip to main content

PasswordLoginRequest

emailstring<email>required
passwordstringrequired
sourcestring

Non-Web clients can specify a source to also issue a Bearer API Key; the Desktop Key is initially valid for 90 days.

Possible values: [desktop, cli]

clientNamestring

The issued API Key display name.

PasswordLoginRequest
{
"email": "user@example.com",
"password": "string",
"source": "desktop",
"clientName": "string"
}