Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Alejandrin08/Hackathon-SPEI/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request body
Registered email address.
Account password.
Response
200 OK
Signed JWT for authenticating subsequent requests.
Token lifetime in seconds.
Error responses
| Status | Description |
|---|---|
400 Bad Request | Validation error (missing or malformed fields). |
401 Unauthorized | Incorrect email or password. |
401
Using the token
Include the returned token as a Bearer token in theAuthorization header of all protected requests:
