Documentation Index
Fetch the complete documentation index at: https://mintlify.com/sam-shervin/space7/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Authenticates an existing user with their email and password. On success, returns a JWT token along with basic user information.Endpoint
Request
Headers
| Header | Value |
|---|---|
| Content-Type | application/json |
Body parameters
The email address associated with the account.
The account password.
Response
Success
A JWT token to use for authenticated requests.
The unique identifier for the authenticated user.
The display name of the authenticated user.
URL of the user’s profile picture.
Error
Human-readable error message describing why login failed.
Example
TypeScript
