Skip to main content

PasswordLoginRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/PasswordLoginRequestBody.json
emailemailrequired

Email address

passwordstringrequired

Password

PasswordLoginRequestBody
{
"$schema": "https://example.com/schemas/PasswordLoginRequestBody.json",
"email": "[email protected]",
"password": "string"
}