We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Authentication NOT required. Returns a token for the user email if the password is correct.
POST /session
requires
{ email: String, password: String }
returns
{ token: String }
There was an error while loading. Please reload this page.